Trying to count the errors on the sheet
Samuel Dowdy Jr.
✭✭✭✭✭✭
=COUNTIF(Location:Location, "NO MATCH")
Instead of getting a number im getting #NO MATCH.
Answers
-
You can catch the error and change it to a string that can then be used with a match.
=Iferror([your match formula here],"NO MATCH")
Then:
=COUNTIF(Location:Location, "NO MATCH")
Keep in mind that this will change ALL errors to "no match", Event the "#Invalid Data type" that we see here
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!