Required vs. Completed formula help
I think this is an easy one but my brain is not firing correctly today.
I need a formula which will compare how many tasks in the "Required Milestones: OT" have actually been completed. So I have my formula for the required tasks =COUNTIF([Required_Milestones]:[Required_Milestones], "OT") but how do I get it to look at the status column for "Complete" to tell me how many of these have been completed.
Thanks!
Answers
-
Hi @Olga Bishop,
It sounds like you're on the right track with your formula but if you're looking to populate counts based off of multiple conditions (more than one range and more than one set of criteria), you can use the COUNTIFS function to accomplish this. Something like:
=COUNTIFS([Required Milestones]:[Required Milestones], "OT", Status:Status, "Complete")
I hope this helps!
Thanks,
Ben
-
Thanks Ben! It worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!