Is there a formular for calendar days

A

Abi

I have a formular that looks at workdays, but it really should look at
calendar days. Is there a way to include that in my current formular below?

=IF(AND(O7<>"(Tom)";R7="(Tom)");WORKDAY(O7;10;O7);"")
 
B

Bernie Deitrick

Abi,

Instead of

WORKDAY(O7,10,O7)

use

O7+10

Dates are just numbers - one day is 1, so adding ten adds ten days - hours are the decimal values,
where 6 hours = .25 for example....

HTH,
Bernie
MS Excel MVP
 
S

Sheeloo

Excel 2007 has NETWORKDAYS function. It takes care of weekends and holidays
your maintain.
 

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

Top