I am trying to use the following formula from Excel - =IF(ISBLANK(C2),DAYS360(B2,D2),DAYS360(B2,C2))
with NETDAYS so that I can count days from Admit to Release, or if Release is blank, Date Today.
I tried =IF(ISBLANK Release@row, NETDAYS (Admit@row,[Date Today]@row), NETDAYS (Admit@row,Release@row))