Unable to use countifs
I want to count values in a column only if two of the columns are unchecked.
For example in row 1 , Column "A" & "B" need to be unchecked to count value in column "C", row 1.
I have tried multiple combinations but they don't seem to work or return an error. what would be the best solution for this?
Answers
-
Hi @Adi Sohoni
I hope you're well and safe!
Try something like this.
=SUMIFS(C:C, A:A, <>1, B:B, <>1)
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 support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. 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.
-
You may also want to try:
=COUNT(COLLECT([Column C]:[Column C], [Column A]:[Column A], 0, [Column B]:[Column B], 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!