Sheet Summary formula COUNTIFS with two criteria in one column
I am trying to make a sheet summary formula to generate the total number of cells that are either blank or have Submitted within them. So far I have tried multiple different formulas and this is the one I am currently testing however it comes back as #UNPARSEABLE
=COUNTIFS([Site Supervisor Approval]:[Site Supervisor Approval], "Submitted, OR "")
Answers
-
I think your syntax is off for the OR statement. Try:
=Countif([Site Supervisor Approval]:[Site Supervisor Approval],OR(@cell="",@cell="Submitted"))
-
=COUNTIF([Site Supervisor Approval]:[Site Supervisor Approval], OR(@cell= "", @cell= "Submitted"))
I just tried the above and it still returns #UNPARSEABLE
-
Are you able to provide a screenshot of the formula open in the sheet as if you are about to edit it?
-
Paul Newcome
I have tried this one
=COUNTIF([Site Supervisor Approval]:[Site Supervisor Approval], OR(@cell= "", @cell= "Submitted"))
and also this one
=COUNTIFS([Site Supervisor Approval]:[Site Supervisor Approval], "Submitted, OR "")
as well as a slew of other variations similar and all come back #UNPARSEABLE
-
Ok. What about a screenshot of the formula open in the sheet as if you are about to edit it? There are certain indicators that could help with troubleshooting.
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
- 143 Just for fun
- 59 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!