Metric Sheet Formula
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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!