Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
As NETWORKDAYS($D3,$F3)=1 will only be true if D3 and F3 are the same date,
why not use $D3=$F3 -- HTH Bob Phillips "mcpie" wrote in message ... try =IF(AND($D3=0,$L3=0),"",OR(NETWORKDAYS($D3,$F3)=1, +NETWORKDAYS($D3,$F3)=2)) where the AND(... formula works in the same way as OR(... "cribology - ExcelForums.com" wrote: Hi, I currently have a spreadsheet that has this formula in the Q column. =IF($D3=0,"",OR(NETWORKDAYS($D3,$F3)=1,+NETWORKDAY S($D3,$F3)=2)) It only calculates the networkdays if D3 is empty, but now I would like it to calculate networkdays if both D3 and L3 is empty. How do I adjust the formula to check the additional L3 cell? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help with sumif to calculate column | Excel Discussion (Misc queries) | |||
How can I calculate Vacation Time earned based on length of emplo. | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
Not able to calculate. | Excel Worksheet Functions | |||
How do you calculate the nth root of a number in Excel 2003? | Excel Worksheet Functions |