Portfolio Metrics Formula
Hi everyone,
I'm trying to calculate from two different columns on a portfolio summary and can't quite figure out the correct formula. I've gone through and tried many of the suggestions from here without any luck.
What I'm trying to accomplish: Count how many (blue) items are in "Health" column, but only if "Key Contact" column contains a specific name.
Please help! 😖
Best Answer
-
You would need a COUNTIFS.
=COUNTIFS({Health Column}, @cell = "Blue", {Contact Column}, @cell = "Specific Name")
Answers
-
You would need a COUNTIFS.
=COUNTIFS({Health Column}, @cell = "Blue", {Contact Column}, @cell = "Specific Name")
-
You're the best! Thanks Paul :)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!