Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to extract 5 day from formula Networkdays(Monthstart(Today()),Monthend(Today())).
Regards,
Piyush jain
Maybe I´m missing something, but
Networkdays(Monthstart(Today()),Monthend(Today())) - 5 don´t do what you want?
Hi Clever,
I just want date of 5th day extracted from above formula.
Regards
Piyush Jain
Well, Networkdays calculate how many workdays you have between 2 dates.
If you want 5th workday after a day, you should use
=LastWorkDate(Today(),5)
Hi,
But it will give without excluding saturday sunaday and holiday.
regards,
Piyush jain
Today() + Networkdays(Monthstart(Today()),Monthend(Today()))
That work?
Lastworkdate() excludes Sat/Sun days, if you have holiday list you can include those as well as third parameter: