I have a spreadsheet that looks like this:
Social - Name - Address - DOB
SSN1 Name1 Address1 DOB1
SSN2 Name2 Address2 DOB2
SSN3 Name3 Address3 DOB3
SSN4 Name4 Address4 DOB4
What I would like to do is to take rows and put them on one line. So, for example, if I saw that SSN1, SSN2, and SSN3 were related (in terms of the info on the spreadsheet), I'd want to highlight those range of cells and create something like this:
Social - Name - Address - DOB
SSN1 Name1 Address1 DOB1 SSN2 Name2 Address2 DOB2 SSN3 Name3 Address3 DOB3
SSN4 Name4 Address4 DOB4
Other than writing a VBA script and manually doing one record at a time, is there a way to highlight a range of cells, and paste them so they appear on one row?
Thanks for the help.
Social - Name - Address - DOB
SSN1 Name1 Address1 DOB1
SSN2 Name2 Address2 DOB2
SSN3 Name3 Address3 DOB3
SSN4 Name4 Address4 DOB4
What I would like to do is to take rows and put them on one line. So, for example, if I saw that SSN1, SSN2, and SSN3 were related (in terms of the info on the spreadsheet), I'd want to highlight those range of cells and create something like this:
Social - Name - Address - DOB
SSN1 Name1 Address1 DOB1 SSN2 Name2 Address2 DOB2 SSN3 Name3 Address3 DOB3
SSN4 Name4 Address4 DOB4
Other than writing a VBA script and manually doing one record at a time, is there a way to highlight a range of cells, and paste them so they appear on one row?
Thanks for the help.