Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a report that shows data like this:
A B C D E 1 Toy 8/3 Yellow 2 Bus 8/3 Blue 3 Bus 8/3 Green 4 Bus 8/4 Blue I would like to consolidate rows that have the same data in colums A and B, and to concatenate the data in column C in the new table. So it would look like this. A B C D E 1 Toy 8/3 Yellow 2 Bus 8/3 Blue, Green 3 Bus 8/4 Blue Any suggestions on how I can do this? I was thinking if I could make 2 IF statements, and have the second one concatenate if True... But not sure how to do that. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I concatenate information in Excel and keep the number form | Excel Worksheet Functions | |||
Using Concatenate inside a vlookup | Excel Worksheet Functions | |||
Match and Concatenate ?? | Excel Worksheet Functions | |||
Concatenate in Pocket Excel | Excel Worksheet Functions | |||
Concatenate cells without specifying/writing cell address individually | Excel Discussion (Misc queries) |