Counting formula just based on Status
Answers
-
Hello, I"m trying to come up with a formula that will start counting when status changes to "Overdue" and stop counting when status changes to "Complete" (or when date completed is not blank). Is this possible without referencing a date column?
Thanks for your help,
Julie
-
You'll need to reference a date if you plan to count the number of days the item has been "Overdue".
NETDAYS(
due_date, TODAY() ) will return the number of days that has elapsed since the item's due date.A date is not needed if you simply want to count the number of items that are "Overdue".
COUNTIF( Status:Status, Status@row="Overdue")
will return the number of items that have "Overdue" in the Status column. -
Toufong,
Thank you so much for responding so quickly. Can you tell me is it possible to modify the formula
NETDAYS(
due_date, TODAY() )to also stop counting when completion date is not blank?
thanks for your help.
-
I'm currently trying this formula, but am receiving INVALID DATA TYPE
=NETDAYS([Due Date]:[Due Date], TODAY())
The Due Date Column is a "Date" column. Anything obvious I'm missing? Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!