What formulae touse to get the count of status of A In Progress/Not Started and the same for B
Answers
-
COUNTIFS({ADSP Reliability Engineering Goals Range 2}, [AdPT SVP]1, {ADSP Reliability Engineering Goals Range 3},=Not Started)
This is what i was trying to use
-
You're close! Any time you're searching for text, such as Not Started, you'll need to wrap it in quotes: "Not Started".
Try something like this:
= COUNTIFS({ADSP Reliability Engineering Goals Range 2}, [AdPT SVP]@row, {ADSP Reliability Engineering Goals Range 3}, "Not Started")
Where:
- {Range 2} is looking at the Goal Hierarchy column
- [AdPT SVP]@row is the cell in the current row that identifies either "A", or "B", etc
- {Range 3} is looking at the Status column
- "Not Started" or "In Progress" are the values you're searching for
See: Create and Edit Formulas in Smartsheet
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!