msquared99
Member
I would greatly appreciate any help please.
I have a spreadsheet with the following data:
Column C - Name
Column F - Amount
Column G - Code #
Column H - Code Description
Issue: One person may have up to 3 entries with only the data in columns F-G changing.
How do I get VBA to take and put each unique value from a row and into a column?
Example:
One person has say 3 entries in the RawData tab. Instance 1 Col F = Term Life, Instance 2 Col F = Sp Life, Instance 3 Col F = Child Life
The macro would create the NewData tab and put instance 1 in Col Q-S Row 2, instance 2 in Col T-V Row 2 and instance 3 in Col W-Y Row 2 based on the column name. The uploaded example should help.
Thanks for anyone's help.
Mike
I have a spreadsheet with the following data:
Column C - Name
Column F - Amount
Column G - Code #
Column H - Code Description
Issue: One person may have up to 3 entries with only the data in columns F-G changing.
How do I get VBA to take and put each unique value from a row and into a column?
Example:
One person has say 3 entries in the RawData tab. Instance 1 Col F = Term Life, Instance 2 Col F = Sp Life, Instance 3 Col F = Child Life
The macro would create the NewData tab and put instance 1 in Col Q-S Row 2, instance 2 in Col T-V Row 2 and instance 3 in Col W-Y Row 2 based on the column name. The uploaded example should help.
Thanks for anyone's help.
Mike