COUNTIFS OR Function Error
Hi,
I'm attempting to create a formula that will count the number of requests that are pending review. The column uses a drop down menu with three options, Submitted, Approved, or Declined. I'm trying to create a count in the Sheet Summary to count the number of requests that are still pending approval. The options that it looks for are "Submitted" or a blank cell.
=COUNTIFS([BLC Approval]:[BLC Approval], "Submitted", OR [BLC Approval]:[BLC Approval], "")
The above formula is returning an unparseable error. I suspect it has to do with the ending part of the formula. However, I can't figure out what to put for the second half in order for the formula to count a blank cell.
Thanks for your help!
Answers
-
Hi @Chloe Rose
Try something like this.
=COUNTIF([BLC Approval]:[BLC Approval], "Submitted") + COUNTIF([BLC Approval]:[BLC Approval], "")
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Andree,
It has stopped returning the unparseable but it now seems to be counting all the blank cells in the entire sheet which is also not what I want. I only need it to count the number of cells that have submitted or blank in a row that has other data in it. I hope that makes sense.
-
If only the ten blank rows are added by default, you can add -10 to the formula. If it's not, we need to add something to the formula, so it only counts the specific rows.
I'd be happy to take a quick look.
Can you maybe share the sheet(s)/copies of the sheet(s)? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!