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
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!