Smartsheet Summary
Hello, I am wondering if someone can help me with the syntax to get these to work:
=COUNTIF([New User Certification Check]:[New User Certification Check], "#NO MATCH")
=COUNTIF([New User Certification Check]:[New User Certification Check], "New User Certification")
both of these attempts result in #NO MATCH in the sheet summary.
Thanks!
Frank
Best Answer
-
@Frank B. You will need to remove that error from the column using an IFERROR statement to output either a blank or some type of text string instead of the error.
=IFERROR(original_formula, "text string")
Answers
-
Does that error exist in any cell in the range being evaluated?
-
@Paul Newcome it's in some of the fields (screenshot attached).
-
Hi @Frank B.
I hope you're well and safe!
What formula are you using in the Sheet Summary?
Be safe, and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. 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.
-
@Frank B. You will need to remove that error from the column using an IFERROR statement to output either a blank or some type of text string instead of the error.
=IFERROR(original_formula, "text string")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!