COUNTIF # INCORRECT ARGUMENT SET
I have a series of cells that aren't continuous, that I Ctrl/clicked into the formula.
I want to count how many are Status N/A.
I can't figure out why I am getting the Incorrect Argument Set error.
=COUNTIF([BV App ID (1) Status]2, [BV App ID (2) Status]2, [BV App ID (3) Status]2, [BV App ID (4) Status]2, [BV App ID (5) Status]2, [BV App ID (6) Status]2, ="N/A")
Comments
-
Based on the rules for using Countif you can only count one criterion at a time.
If you want to count any of those columns with a "N/A" then you would need to create a countif for each column that you want to check.
The following formula should do the trick for you.
=Countif([BV App ID (1) Status]2, "N/A") + Countif( [BV App ID (2) Status]2, "N/A") + Countif([BV App ID (3) Status]2, "N/A") + Countif([BV App ID (4) Status]2, "N/A") + Countif([BV App ID (4) Status]2, "N/A") + [BV App ID (5) Status]2, "N/A") +Countif([BV App ID (6) Status]2, ="N/A")
-
That worked.
Thanks for the help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!