Hi,
If i have a column of names, ie. Jack Johnson. How do i abbreviate the first name in that cell so it looks exactly like J. Johnson
Thanks.
Hi,
If i have a column of names, ie. Jack Johnson. How do i abbreviate the first name in that cell so it looks exactly like J. Johnson
Thanks.
Try
=LEFT(A1)&". "&TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",255)),255))
Life's a spreadsheet, Excel!
Say thanks, Click *
Try this:
Formula:
=LEFT(E6,1)&". "&RIGHT(E6,LEN(E6)-SEARCH(" ";E6))
<----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left
If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.
thanks for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks