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
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!