I have a worksheet with several hundred rows of data. It is basically user information and different account information. One user can have up to 7 different pieces of account information.
Instead of having one row with all 7 pieces of acount info, it is made up of 7 rows, with the first 4 columns having the same info repeated.
An example would be something like this:
Bob smith, Chicago, 2/22/06, yes, account1, 43, 100, 57
Bob smith, Chicago, 2/22/06, yes, account2, 22, 202, 92
Bob smith could have as little as 2 accounts or as many as 7.
I would like to get it all rolled into one row, exclduing the first 4 columns which is all duplicate info. So ideally I would like to keep all of row one, then append the next few rows, minus the duplicate data in columns 1-4 to the end of row one.
I can do a Data-> Filter-> Advanced Filter and copy out the duplicate data in columns 1-4, but can't get anywhere with the remainder of the data.
The ultimate goal is to be able to use this sheet in mail merge doc.
Instead of having one row with all 7 pieces of acount info, it is made up of 7 rows, with the first 4 columns having the same info repeated.
An example would be something like this:
Bob smith, Chicago, 2/22/06, yes, account1, 43, 100, 57
Bob smith, Chicago, 2/22/06, yes, account2, 22, 202, 92
Bob smith could have as little as 2 accounts or as many as 7.
I would like to get it all rolled into one row, exclduing the first 4 columns which is all duplicate info. So ideally I would like to keep all of row one, then append the next few rows, minus the duplicate data in columns 1-4 to the end of row one.
I can do a Data-> Filter-> Advanced Filter and copy out the duplicate data in columns 1-4, but can't get anywhere with the remainder of the data.
The ultimate goal is to be able to use this sheet in mail merge doc.