I need to take the data from one spreadsheet that looks like this:
karen 1 3 2 1
craig 2 1 1 1
karen 1 2 1 1
and create a new set of rows that look like this:
karen 2 5 3 2
craig 2 1 1 1
There is no real order to the names - just that they may appear 2 or 3 times in the list.
Thanks for your help!!!
karen 1 3 2 1
craig 2 1 1 1
karen 1 2 1 1
and create a new set of rows that look like this:
karen 2 5 3 2
craig 2 1 1 1
There is no real order to the names - just that they may appear 2 or 3 times in the list.
Thanks for your help!!!