I am trying to set-up an IF statement where if the one field is equal to N/A, a days360 function will use one field, and if it is not N/A, then it will use another. Below is an example, and my formula that isn't working...what am I doing wrong? Thank You!!!
Date Entered (C8) = 4/18/2011
Date Deployed (I8) = N/A
Date Closed (K8) = 12/7/2011
=IF(I8=N/A,(days360,C8,K8),(days360,C8,I8))
Bookmarks