View Single Post
  #1   Report Post  
cribology - ExcelForums.com
 
Posts: n/a
Default Calculate only if...

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?