6 months of working days

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to figure out how to calculate what 6 months of working days
would be. I've tried the various Networkdays formating, perhaps I'm using
the wrong format for this. Can anyone help?
 
You need to have set dates, assume in 01/01/05 in A1 and 06/30/05
in B1

=NETWORKDAYS(A1,B1,Holidays)
 
=NETWORKDAYS("12/10/05","20/10/05")

usually works for me that would give the result 7

You can replace the "12/10/05" with cell references/formulas to get the same
result

e.g. =NETWORKDAYS(R14,R15)
where R14 = 12/10/05
and r15 = 20/10/05
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top