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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!