I'm trying to have a formula that if cell A1 is only 1 character in length, return "Single", if A1 has more than 1 character, return "Multiple".
I'm trying to have a formula that if cell A1 is only 1 character in length, return "Single", if A1 has more than 1 character, return "Multiple".
Try:
=IF(LEN(A1)=1,"Single",IF(LEN(A1)>1,"Multiple",""))
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Thank you, I knew it was something simple.
Last edited by AliGW; 08-30-2024 at 10:40 AM. Reason: Please don't quote unnecessarily - use the Quick Reply button instead.
Glad to have helped.
If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED. You can also access the SOLVED tag by editing the opening post and choosing SOLVED from the drop-down to the left of the title box.
Also, if you have not already done so, remember that you can reward anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) 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 each of those who offered help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks