takeshi, Thanks. I worked on the headers a bit and it works now. Still having a couple bumps but I'm getting 90% of it. The headers I ended up using are:
Last Name
First Name
Title
Home Phone
Mobile Phone
e-Mail Address
Work Phone
Home Address
In my Excel spreadsheet, I had all the address information separated into different columns (house number, street name, city, state, zip). I had to copy the 5 fields into a new spreadsheet then export it as a CSV. I then opened it in Notebook, did a Select All, Copy then Paste into a new column in Excel. The commas were still present so I used a Text Formula called SUBSTITUTE and replaced the commas with blanks. You put the Text Formula into yet another new column and reference the cell with the address containing the commas. And, since not all my addresses were complete (some were missing house numbers and street names) I ran another Text Formula called TRIM in another new column referencing the cell without the commas. This gets rid of all the leading blanks. Finally, I copied this column back into the original ss and saved it as a .csv file. This imported into gMail just fine. Probably would have gone quicker just to retype it all, but I learned something and hopefully others can use this information. Any questions, just ask.