Aging Reports - Calculating Entries open more than 15 days
I have a sheet that collects a significant amount of data from Update Request workflows, and I am trying to develop a metric that shows all entries that have aged more than 15 days. I have a Date the entry is initiated and a date the entry was closed, but I'm having a hard time trying to figure out to extract that into a count of those items still open more than 15 days after being initiated.
Any advice would be appreciated!
Answers
-
Hi,
You can use NETWORKDAYS formula if you want to calculate only working days:
IF(NETWORKDAYS([Date of entry]@row, [Date of closure]@row)>15, "Older than 15 days", "Not older than 15 days")
More on NETWORKDAYS: NETWORKDAYS Function | Smartsheet Learning Center
If you want to include weekends to your day count you can use formula: NETDAYS.
Best,
Beata
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
- 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!