I have a column of a few thousand records where I need to convert the last character of each name to Upper case. I have attached a test file. I need a formula in column B.
Thanks in advance
I have a column of a few thousand records where I need to convert the last character of each name to Upper case. I have attached a test file. I need a formula in column B.
Thanks in advance
Last edited by Aland2929; 03-15-2012 at 12:25 PM.
=left(a1,len(a1)-1)&upper(right(a1,1))
Try this
=LEFT(A1,LEN(A1)-1)&UPPER(RIGHT(A1,1))
does that work for you?
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Thanks so much to you both. It works perfectly.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks