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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!