Average formula with weekends excluded

Hello All,
I need to tweak a very simple formula. Currently i have this '="Average Resolution Time - " + AVG([Time Taken to Complete]33:[Time Taken to Complete]148) + " Days" ' but i really need something that only averages workdays within that time period. Be very glad i any suggestions. I started experimenting with the =workday formula but haven't been successful as yet!
Thanks for you assistance in advance!
Comments
-
How are you calculating the Time Taken to Complete column values? If you are getting them from subtracting a Start Date from an End Date, then you can use the NETWORKDAYS function instead:
=NETWORKDAYS([Start Date]1, [End Date]1)
Then your formula above should work as is.
-
Thanks Lauren, that's perfect!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!