I have a spreadsheet that has Date of Report (column H), Date of Assignment (column J), and Close Date (column I).
I need a function that will do the following and place value in column M.
IF I=0 and J=0 then M= Today-H
IF I=0 and J>0 then M= Today-J
IF I>0 and J>0 then M= I-J
IF I>0 and J=0 then M= I-H
Bookmarks