ChuckRobert
Board Regular
- Joined
- Feb 26, 2009
- Messages
- 64
In column D I have a case statement that generates numbers if the data in column E is related. I would like to use code to reference the numbers in column D and if the same, concatenate strings from column E into column H. For example:
Col D Col E
23 abc John
24 cca Sam
24 cca Sally
25 dba Mark
26 erb Jim
26 erb Jill
Ideally, the data would be posted in column H as:
abc John
cca Sam // cca Sally
dba Mark
erb Jim // erb Jill
I could hard-code this portion, but have been able to get some outstanding suggestions, from this forum.
Col D Col E
23 abc John
24 cca Sam
24 cca Sally
25 dba Mark
26 erb Jim
26 erb Jill
Ideally, the data would be posted in column H as:
abc John
cca Sam // cca Sally
dba Mark
erb Jim // erb Jill
I could hard-code this portion, but have been able to get some outstanding suggestions, from this forum.