Metric Sheet Formula

Seatora
✭✭✭✭
Hi All,
I'm trying to write a formula to achieve the following:
In the source sheet: Check if the "Resource Type" column contains "Analytic/Data". If it does, it counts the occurrences where the "Deadline Health" column contains the value of the current cell in the "Description" column, otherwise, it returns an empty string. Any Ideas why this is not working?
=IF(CONTAINS({Resource Type}, "Analytic/Data"), COUNTIFS({Deadline Health}, CONTAINS({Description@row}, @cell)), "")
Thanks in advance!
Ashley
Best Answer
-
Use your countifs more directly.
=COUNTIFS({Resource Type},"Analytic/Data",{Deadline Health},Description@row)
Answers
-
Use your countifs more directly.
=COUNTIFS({Resource Type},"Analytic/Data",{Deadline Health},Description@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 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!