Use COUNTIF and ISNUMBER
cantpickname
✭✭✭✭
I want to count the number of cells that do not contain a number. I have this easily calculated in a report using the filter of "is not a number" but I would like to replicate within a sheet writing a formula.
The field is the Amount, I am getting the #INCORRECT ARGUMENT SET error message. I feel like this is something simple I am missing.
=COUNTIF({Amount}, NOT(ISNUMBER({Amount})))
Best Answer
-
=COUNTIF({Amount}, NOT(ISNUMBER(@cell)))
Answers
-
=COUNTIF({Amount}, NOT(ISNUMBER(@cell)))
-
Knew it was something easy, thank you @L@123
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!