Formula for calculating MOST RECENT & OLDEST in Business Days
MeganJF
✭✭✭
Part 1)
How old is the most recent request? I have done this one before, but cannot remember what I am missing.
=MAX([Date Submitted]:[Date Submitted])
Part 2)
I have the formula, but want it to calculate in business days. I'm sure this is something simple I am overlooking.
=TODAY() - MAX(COLLECT([Date Submitted]:[Date Submitted], Status:Status, OR(@cell <> "New Request", @cell <> "Reviewing Request")))
Answers
-
Are you trying to calculate the number of days for #1?
For #2: Try a NETWORKDAYS function.
=NETWORKDAYS(start_date, end_date)
-
For part 1, Want to calculate how old the most recent request is.
-
In that case you would use the same NETWORKDAYS function as in #2.
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!