Help with a formula to count how many projects with a brand have the status of "approved"
Hi there,
I'm trying to figure out how I can count the number of projects for a brand have a specific status out of the total projects for that brand. Also, I'm referencing a different sheet for these formulas.
I already have the formula to count how many projects are associated with a specific brand, but now I want to set up a way to keep track of how many of those are approved.
Each line in my sheet is for a different individual project and there are columns for the brand and the status (both using drop downs).
I'd really appreciate any help with this! Thanks in advance😊
Answers
-
Hi @mhollar, sounds like you were probably using a cross-sheet "COUNTIF" formula, and you just need to swap to a "COUNTIFS" -- google "countifs smartsheet" to get to the help page for a little reading, but it should be something like this:
=COUNTIFS({Projects}, Project@row, {Status}, "Approved")
I'm assuming that the sheet with the formula has a column with the project names, and I'm calling that column "Project". You can replace that reference with a specific project name. The {Status} just points to the status column, and I've specified that the status must be "Approved".
If this doesn't work, add a screenshot of the source and target page so we can get a better idea of what you're doing.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!