Hello
I am trying to do the following in excel:
1. test 2 cells for null value (should contain date)
2. After testing both cells for null use networkdays to figure the amount of dates between
Here is the statements i have tried to no avail:
=IF(ISBLANK(G857:H857), 0, NETWORKDAYS(G857,H857))
That tests both fields like an and statement both fields have to be null in order to return 0
so i tried:
=OR((IF(ISBLANK(G859), 0,NETWORKDAYS(G859,H859))) , (IF(ISBLANK(h859), 0 , NETWORKDAYS(G859,H859))))
Does not work shows as text not a formula
ANy help is appreciated!
THanks
Raven
I am trying to do the following in excel:
1. test 2 cells for null value (should contain date)
2. After testing both cells for null use networkdays to figure the amount of dates between
Here is the statements i have tried to no avail:
=IF(ISBLANK(G857:H857), 0, NETWORKDAYS(G857,H857))
That tests both fields like an and statement both fields have to be null in order to return 0
so i tried:
=OR((IF(ISBLANK(G859), 0,NETWORKDAYS(G859,H859))) , (IF(ISBLANK(h859), 0 , NETWORKDAYS(G859,H859))))
Does not work shows as text not a formula
ANy help is appreciated!
THanks
Raven