Count PM name + % completed based on 20%, 50% and 90%
Answers
-
@darlington.fernandes can you explain further what you are trying to do? It seems like you are trying to get 3 different data points into one cell.
are you trying to count number of projects greater than 20%, then number of projects greater than 50%, and then number of projects greater than 90%?
if you want all that in one cell you need something like
=">20%" + COUNTIFS(PM:PM, "Cameron Kang", [% Complete]:[% Complete],>0.2) + " >50%: "+ COUNTIFS(PM:PM, "Cameron Kang", [% Complete]:[% Complete], >0.5)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 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!