View Single Post
 
Old 10-29-2012, 11:53 AM
mag mag is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Oct 2012
Posts: 11
mag is on a distinguished road
Question How to merge multiple records into one and update the cells

I have a huge excel spreadsheet with about 10,000 records.
It looks somewhat like this:

Last First JDE SAP Oracle WMS HR
Smith John Y Y
SMITH JOHN Y
Smith JOHN Y

Basically i want top merge all 3 records into one and update the cells also to look like
Last First JDE SAP Oracle WMS HR
Smith John Y Y Y Y

Please tell me how can I do this.

Also I tried using "=proper" statement to change names into sentence case (e.g. JOHN changed to John), but I get a #ref error.
Why?

I need a solution asap...plz.

Any input is greatly appreciated!
Reply With Quote