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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!