This is what I need to do. I have spread sheet that looks similar to this
Source Company Contact Address
Mac Jones Inc Joe NULL
Sed Jones Inc Thomas 191 Main St.
Mac Capricorn Mike 15-12 Ohio
Sed Capricorn NULL 192 Arizona
I want to merge the cells where the company name is the same. If any of Mac's values are NULL, I want it to take Sed's value for that column. However, if both have a values, Mac takes priority... Is there a way to do this?
I tried alot of different things in SQL, but no real luck.
Any help, suggestions... Thanks
Fred
Source Company Contact Address
Mac Jones Inc Joe NULL
Sed Jones Inc Thomas 191 Main St.
Mac Capricorn Mike 15-12 Ohio
Sed Capricorn NULL 192 Arizona
I want to merge the cells where the company name is the same. If any of Mac's values are NULL, I want it to take Sed's value for that column. However, if both have a values, Mac takes priority... Is there a way to do this?
I tried alot of different things in SQL, but no real luck.
Any help, suggestions... Thanks
Fred