Not Count Weekends and Holidays
Trying to work on a function to not count weekends and holidays. For example, if and item occured on 1/1/2021, and I want it looked at in 25 days, I want it to not count the weekends and holidays in-between. Any advice on how to get that going?
Thanks in advance
Answers
-
You're looking for the WORKDAY() function, more documentation for that can be found here.
( @ me in the replies or I'll lose your message! )