I'm trying to get 1 formula that can shorten the words and put a number at the end, if the cell has a number.
Source cells could be the following:breakI want the formula to generate the following:
chase1
chase2
B
C1
C2
I'm trying to get 1 formula that can shorten the words and put a number at the end, if the cell has a number.
Source cells could be the following:breakI want the formula to generate the following:
chase1
chase2
B
C1
C2
Are the numbers always at the end of the word or can they be in the middle as well?
http://www.mrspreadsheets.com
It will have the numbers at the end.
See if this works for you.
=UPPER(LEFT(A1,1))&IF(ISNUMBER(VALUE(RIGHT(A1,1))),RIGHT(A1,1),"")
Thank you!!
@ ATLTEK
Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
Thanks.
Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks