I want to identify when a person in Column2 has multiple entries on the same day (Column1) - up to 6 entries per person per day. Then I condense them into 1 row on a subsequent sheet and transpose the data in Column3. The data is sorted by Date in Column1 then alphabetically in Column2.
I have some code that I don't want to post b/c I think that I've chosen a bad strategy with a Do..Until loop while indexing the Row number. I need a different strategy. I also have ~10,000 rows, so VBA is necessary and efficiency is appreciated... our lab only has 32-bit excel :P
Employee Date Worked Hours Activity
Carl 7/1/2017 0.5 A
Greg 7/1/2017 1 A
Greg 7/1/2017 0 B
Greg 7/1/2017 12.25 C
Howard 7/1/2017 0.5 B
Howard 7/1/2017 0.5 E
Howard 7/1/2017 0 D
Howard 7/1/2017 6 F
Howard 7/1/2017 6.5 G
Kevin 7/1/2017 1 A
Kevin 7/1/2017 0 B
Kevin 7/1/2017 12.5 C
Mario 7/1/2017 0.25 C
Mario 7/1/2017 0.25 E
Mario 7/1/2017 0 F
Mario 7/1/2017 0.5 G
Mario 7/1/2017 24 H
Carl 7/2/2017 0.5 A
Greg 7/2/2017 1 B
Greg 7/2/2017 0 C
Greg 7/2/2017 12.25 D
Howard 7/2/2017 0.5 B
Howard 7/2/2017 0.5 C
Howard 7/2/2017 0 D
Howard 7/2/2017 2 E
Howard 7/2/2017 10.5 F
Kevin 7/2/2017 1 A
Mario 7/2/2017 0.25 C
Mario 7/2/2017 0.25 E
Mario 7/2/2017 0 F
Mario 7/2/2017 0.5 G
Mario 7/2/2017 24 H
Ted 7/2/2017 1 C
Kay 7/2/2017 1 A