T
Tom
I am completing data cleanup in Excel (imported data from
Access database).
At this time, I have cells (records) that potentially
contain the same information multiple times due to
concatining data. Sounds fuzzy, right? Here's an
example:
SAMPLE DATA BEFORE CLEANUP
Column A Column B
Row 1 1000 Reno
Row 2 1000 Las Vegas
Row 3 1001 Miami
Row 4 1002 Richmond
Row 5 1002 Norfolk
Row 6 1002 Richmond
Row 7 1002 Richmond
SAMPLE DATA AFTER CLEANUP
Column A Column B
Row 1 1000 Reno; Las Vegas
Row 3 1001 Miami
Row 4 1002 Richmond; Norfolk; Richmond; Richmond
As the sample illustrates, I now have 3 times "Richmond"
in Row (Record) 4. I need to delete the second and third
occurence of "Richmond". Currently, after concatening
the data, the strings are separated by a semicolon.
Moreover, I have other fields that may contain a much
longer string in the cell. For instance, a cell might
contain the following:
Hardware maintenance; System monitoring; Network
monitoring; Administration and maintenance; WS change-
management; Inventory SW/HW; System monitoring
In this case, I need to identify and automatically delete
the second occurence of "System monitoring".
Any help is appreciated!!!
Thanks,
Tom
Access database).
At this time, I have cells (records) that potentially
contain the same information multiple times due to
concatining data. Sounds fuzzy, right? Here's an
example:
SAMPLE DATA BEFORE CLEANUP
Column A Column B
Row 1 1000 Reno
Row 2 1000 Las Vegas
Row 3 1001 Miami
Row 4 1002 Richmond
Row 5 1002 Norfolk
Row 6 1002 Richmond
Row 7 1002 Richmond
SAMPLE DATA AFTER CLEANUP
Column A Column B
Row 1 1000 Reno; Las Vegas
Row 3 1001 Miami
Row 4 1002 Richmond; Norfolk; Richmond; Richmond
As the sample illustrates, I now have 3 times "Richmond"
in Row (Record) 4. I need to delete the second and third
occurence of "Richmond". Currently, after concatening
the data, the strings are separated by a semicolon.
Moreover, I have other fields that may contain a much
longer string in the cell. For instance, a cell might
contain the following:
Hardware maintenance; System monitoring; Network
monitoring; Administration and maintenance; WS change-
management; Inventory SW/HW; System monitoring
In this case, I need to identify and automatically delete
the second occurence of "System monitoring".
Any help is appreciated!!!
Thanks,
Tom