Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to deduct a numbers of days from a date and not include Sat, Sun.
The date is in the format 2009-08-10 and the number of days is an integer (5, or 7, ...).
My thought was to use the networkworkdays function but for this I need a start, end date which I do not have.
Is there another way to solve this?
Thanks!
Have a look into the FIRSTWORKDAY-function.
HTH
Peter
Works like a charm!
Thanks!