calculating a date with the CHOOSE function
Hi
Not sure exactly what the Choose function relates to. But from what you
describe you should be able to use the following:
=WORKDAY(A1,(B1-((B1/7)*2)))
This works with work days only (although you must specify holidays if you
want it to take these into account), I have just used the 30 days and that
amount less the weekend days gives the amount of working days in the future
to return.
Where A1 is the begining date and B1 is the days in the future you want the
date for.
Hope this helps.
Nav
"Jen C" wrote:
Hi,
I am looking for some help calculating a date. Say I have a start date
in cell A1. I need to calculate a date 30 days in the future (including
weekends), however, if the last day lands on a weekend or holiday then
I need the result to move to the first workday.
For example:
A1: Aug 18, 2006
30 days from Aug 18, 2006 is Sept 17, 2006. Because this is a Sunday, I
need the result to be the next working day: Sept 18, 2006.
Thank you for your help!
Jen
|