Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
I am pulling a report in that shows different activities that a person has completed. When I pull the report, the first column has the activity (there are two different types of activities possible) and the rest of the columns are name, address, city, state. I would like to to run a macro in which it will add two columns (for each activity) and put a 'X' in the column in which the acitivty is completed. Also, when I run the report, a person could be list twice if they have both activities, I would like for them to show once. So, take the data from: ACTIVITY NAME ADDRESS CITY STATE RUN Mike Smith 1122 NE 4th Ave Orlando FL RUN John Doe 234 S. 5th Str Orlando FL WALK Mike Smith 1122 NE 4tf Ave Orlando FL WALK Bob Jones 43 East Ave Orlando FL and turn it in to: RUN WALK NAME X X Mike Smith 1122 NE 4th Ave Orlando FL X John Doe 234 S. 5th Str Orlando FL X Bob Jones 43 East Ave Orlando FL I have tried too many ways with no avail. Any help would be great. Thanks, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I combine worksheets w/o enough rows to combine? | Excel Worksheet Functions | |||
SUMPRODUCT or some similiar function | Excel Worksheet Functions | |||
how to combine two similiar sheet | Excel Worksheet Functions | |||
Looking for something similiar to MIN | Excel Worksheet Functions | |||
Max with similiar values within the range | Excel Programming |