using NETWORKDAYS
Superb - thanks for your help!
--
Kind regards
Mandy
"loudfish" wrote:
On May 1, 5:40 pm, mandy wrote:
Thank you so much - knew there had to be an answer out there. Don't suppose
you know of any easy way of telling it to ignore every wednesday, for
example? It'll take for ever to enter all the dates ....
cheers
--
Kind regards
Mandy
"Ron Rosenfeld" wrote:
On Tue, 1 May 2007 09:19:02 -0700, mandy
wrote:
Does anyone know if I can take a date use the NETWORKDAYS function to count
forward a specified number of days
for example If I were to take 1st March and count forward 10 network days I
would get an answer of 14th March
If using NETWORKDAYS won't work does anyone know of anything else I can use?
Sorry, been playing with this for ages trying to see if this could work and
just can't seem to be able to do it!
Look at the WORKDAY function.
--ron
No, but here's a workaround:
=networkdays(A1,B1,C1:C100)
Put startdate in A1 enddate in B1, and list of days you want to ignore
in C1:C100.
To create a list of all wednesdays (for putting into C1:C100):
Start with a Wednesday in C1, using a calendar. e.g. 02/05/2007 (UK
date format).
In C2, use =C1+7.
Copy the formula down.
HTH
Andrew
|