Counting based on two values in one column
I am trying to count rows where the program is one value AND the progress is either "ready to deploy" or "backlog". Is there a way to do this? I have tried several ways and getting unparsable. Not sure if I am going to get what I want with the below. Here is what I have so far that is not working.
=COUNTIFS(OR (Program:Program, Name@row, Progress:Progress, <>"Ready to Deploy"), [Program]:Program], Name@row, [Progress]:[Progress], <> "Backlog")
Answers
-
I reworked the formula as
=COUNTIFS(Program:Program, Name@row, Progress:Progress, AND(@cell <> "Ready to Deploy", @cell <> "Backlog"))
And it worked!
-
Hi @KathyBurger
I hope you're well and safe!
Excellent!
Glad you got it working!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Please support the Community by marking your post with 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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!