Thread: NETWORKDAYS
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default NETWORKDAYS

you have networkdays in the subject and networkINGdays in the formula.

--


Gary Keramidas
Excel 2003


"PAL" wrote in message
...
I have a formula that is working fine for calculating the time between dates:

=IF((O3<"")*(N3<""),(O3-N3),"")

I need to change it to business days between dates. I tried:

=IF((O3<"")*(N3<""),NETWORKINGDAYS(O3,N3),"")

The "#Name!" is returned. Any ideas? Thanks.