How to count number of completed projects in a date range?
I am absolutely new to formulas and I'm struggling to find a way to count the number of completed projects during a 14-day range so I can share that information in graph form on a bi-weekly report. I have a tracker with fields for "status" and "actual completion date". I need to count the number of projects that have either been marked as "complete" or "sent to factory", and the actual completion date is <= today -14. Please help a newbie out!
Best Answer
-
You are going to want to use something along the lines of...
=COUNTIFS(Status:Status, OR(@cell = "complete", @cell = "sent to factory"), [Actual Completion Date]:[Actual Completion Date], AND(@cell <= TODAY(), @cell >= TODAY(-14)))
Answers
-
You are going to want to use something along the lines of...
=COUNTIFS(Status:Status, OR(@cell = "complete", @cell = "sent to factory"), [Actual Completion Date]:[Actual Completion Date], AND(@cell <= TODAY(), @cell >= TODAY(-14)))
-
Thank you Paul! That did exactly what I needed.
-
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
Check out the Formula Handbook template!