Frank Bacchus
Member
Sheet1 has my data. I am trying to use multiple ifs to calculate time id the status is open or closed, Here is the formula I use to check the condition of "Open"
=IF(E2="Open",NETWORKDAYS(C2,TODAY(), N2:N5)) - works like a charm
Here is the formula I am trying to use for "Close"
=IF(E2="Open",NETWORKDAYS(C2,TODAY(), N2:N5, IF(E2="Close",NETWORKDAYS(C2,D2, N2:N5)))
Does not work like a charm - am I missing something
frank
=IF(E2="Open",NETWORKDAYS(C2,TODAY(), N2:N5)) - works like a charm
Here is the formula I am trying to use for "Close"
=IF(E2="Open",NETWORKDAYS(C2,TODAY(), N2:N5, IF(E2="Close",NETWORKDAYS(C2,D2, N2:N5)))
Does not work like a charm - am I missing something
frank