I have a spreadsheet with multiple rows per customer and would like to move one of the customer rows to a new column. This will enable me to cut the sheet down to one row per customer while maintaining the row of data I am interested in.
Example
CustomerId CustAcct CustModality
123456 , 1 ,
123456 , 1 ,
123456 , 2 ,Yes
6789 , 1 ,
6789 , 1 ,
6789 , 2 , No
I need to cut this down to one row per customer while moving modality and keeping Customerid Custacct information.
I would appreciate any help on this and I hope I have explained it properly.
Thanks
Example
CustomerId CustAcct CustModality
123456 , 1 ,
123456 , 1 ,
123456 , 2 ,Yes
6789 , 1 ,
6789 , 1 ,
6789 , 2 , No
I need to cut this down to one row per customer while moving modality and keeping Customerid Custacct information.
I would appreciate any help on this and I hope I have explained it properly.
Thanks
Last edited: