G
Guest
I am trying to create a formula where I can delete all the characters from the middle name except for the first one. This middle name is as follows in one cell:
Lastname, firstname, middle name. Can I use the upper function to do this-?--the middle names, of course, will be of variable length. With your help I have been able to identify whether the existing middle name is only an intial or a longer string.
=IF(EXACT(RIGHT(G2),UPPER(RIGHT(G2))),G2,"Need to figure this out still")
Thanks again for your help.
-Beverly
Lastname, firstname, middle name. Can I use the upper function to do this-?--the middle names, of course, will be of variable length. With your help I have been able to identify whether the existing middle name is only an intial or a longer string.
=IF(EXACT(RIGHT(G2),UPPER(RIGHT(G2))),G2,"Need to figure this out still")
Thanks again for your help.
-Beverly