Validating a column with formula COUNT
Hi team -
I have an ID column that needs to have 18 characters (collected via a form), typically someone filling out the form will include a 16-character ID that breaks our automation and their input is not captured (lots of automation rows moving based on criteria, etc.)
I'm thinking that there's a way to use COUNT formula to say something like count characters, if blank after 16 characters, then show "Validation Failed" otherwise leave blank.
Help build this would be appreciated!
Tags:
Answers
-
Solved it using LEN instead !
=IF((LEN([Opp ID]@row) > 17), "", "Incorrect ID")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!