Merge Rows Keeping all Data - No Summarizing, Eliminate Blank data - Excel 2007

billsall

New Member
Joined
Jan 31, 2016
Messages
2
Hi, I've got a big file broken down into manageable sizes - about 4500 rows each.

Each Unique Identity may have 1 to maybe 10/15 rows (varies). Mostly, each row contains one column of non-blank data (some have more than one cell that is non-blank). I want to merge/roll up these rows into 1 row. If there are duplicate values, they should just be ignored.

Here is idea of what data looks like:

HTML:
ID         Address   City State Title          Phone         Fax       Email

a          123 main  city CA

a                                       the boss

a                                                      888-1212

a                                                                                  email@email.com

a          123 main  city CA

b          56 A st.   yes  IA 

b                                      the real boss            

b                                                      888-1212   555-1212

I want the result to be:

HTML:
ID         Address   City State Title          Phone         Fax       Email

a          123 main  city CA      the boss   888-1212                email@email.com

b          56 A st.   yes  IA   the real boss 888-1212   555-1212

This should be easy, but I just can't seem to get my head around it. There are many examples for summarizing the data or consolidating data into a cell = but I'm pretty sure that's not what I want.

If I could do with excel formula, that would be fine. I think there must be a VBA macro floating around out there that already does this... excel 2007 doesn't seem to have a button to push to do this task. I just need to automate this process.

The outcome needs to have horizontal orientation to be able to export/import data...

I really appreciate any help...

THANK YOU
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,215,593
Messages
6,125,716
Members
449,254
Latest member
Eva146

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top