Thanks, that fixed the reverse of first and last name. BRAVO
One final refinement.
Can you give me a formula to make ALL Alpha Text to "Tile Text". For example, the street names are all UPPER CASE and I would like them to be Upper And Lower Case. No need to touch the First and Last name -- they are perfect.
Thanks
Rowby
Main Topics
Browse All Topics





by: barryhoudiniPosted on 2009-11-03 at 14:57:01ID: 25734819
Hello Rowby,
Do you want to get Judy M Smith?
If so try this formula somewhere in row 1
=PROPER(MID(C1&" "&C1,FIND(", ",C1)+2,LEN(C1)-1))
regards , barry