Hello,
My name is Becky and I'm new to the forum.
I have a spreadsheet that takes the date in a particular cell and counts back a certain number of calendar days. If the date falls on a weekend or holiday, it goes back to the next earlier business day.
Here is the formula:
=WORKDAY(C3-29,-1,Holidays)
The point is to take the date in C3 and count back 30 calendar days. So I subtract 29 days from C3 up front and then take a way one day. "Holidays" refers to a section elsewhere in the spreadsheet that lists a number of state holidays. So, if the date falls on Saturday or Sunday, it formula will give me Friday.
This works great. However, sometimes I need to actually go forward to the next business day instead of back. So, if the date calculated with C3-29, -1 falls on a Saturday or Sunday, I need it to give me the following Monday. How can I accomplish this?
Thanks.
Bookmarks