How would I count non started cells
I'm trying to count the number of non-resolved cells that use a star symbol, filled in resolved, unresolved not filled. Want to exclude blank cells.
I tried:
=COUNTIFS(Resolved:Resolved, IF(NOT(ISBLANK(Resolved:Resolved)), 1, 0))
Thanks,
Nick-
Best Answer
-
You could try something like this...
=COUNTIFS(Resolved:Resolved, 0, [Call ID]:[Call ID], <> "")
Answers
-
Hi Nick,
Try something like this.
=COUNTIF(Resolved:Resolved; 1)
The same version but with the below changes for your and others convenience.
=COUNTIF(Resolved:Resolved, 1)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help 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.
-
That will get me all of the marked "filled in" stars but I'm wanting to count the unmarked "not filled in" ones.
When set the formula to "0" =COUNTIF(Resolved:Resolved, 0), it comes back to all unchecked(unfilled) stars and blank cells in the column. I get 44 when I want to see 4, circled in image.
Thanks,
Nick-
-
You could try something like this...
=COUNTIFS(Resolved:Resolved, 0, [Call ID]:[Call ID], <> "")
-
Happy to help!
I saw that Paul answered already!
Let me know if I can help with anything else!
Best,
Andrée
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
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!