V
Vic
I need to calculate how many business days between 2 dates.
G2 is report submission date
H2 is report reviewed date
K2 is the result - how many days it took to review the report
My formula is =if(or(isblank(G2),isblank(H2)),"",networkdays(G2,H2))
This formula produces #NAME? in K2
How do I fix the formula (I am using Excel 2003)?
G2 is report submission date
H2 is report reviewed date
K2 is the result - how many days it took to review the report
My formula is =if(or(isblank(G2),isblank(H2)),"",networkdays(G2,H2))
This formula produces #NAME? in K2
How do I fix the formula (I am using Excel 2003)?