How do I combine the following formulas?
=IF(LEN[Cardholder Employee ID]@row = 9, "Yes")
=IF(LEN[Cardholder Employee ID]@row <> 9, "No")
Or how to count the number of numerical characters in a cell? the count is not working for some reason
Sandi
Answers
-
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Andree suggested, it would be easier to help if we could maybe see a screen capture of your sheet (but please block out any sensitive data!).
Otherwise, it looks like you just need to add in the "False" element of an IF statement. The False element essentially says, if the previously stated criteria is not met, return this instead.
=IF(LEN([Cardholder Employee ID]@row) = 9, "Yes", "No")
Hope this helps!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you both! I found another work around, we are trying to limit the number of charcters in a field, but that does not seem to be an option at this point. I appreciate both of your feedback!
Sandi
-
Excellent!
You're more than welcome!
You could maybe show a message instead of Yes/No, depending on the character count as a possible workaround.
Would that help?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!