Hello all,
I am currently working on moving some trackers into sheets from excel and I have hit a roadblock with the following formula which works in excel. I have looked at the template formula sheet and I can get them individually to work however not together. Thank you in advance for any help.
=IF(J6>0,"Task Complete",IF(H6<=0,"",H6-TODAY()))
I forgot to mention that currently I can get them working separately but not together with the formulas below. I ended up using ISBLANK because was the only way I saw progress. The cell the result is expected is formatted to text/number and the other two are in date format.
=IF(ISBLANK([Date Completed]9), "", "Task Complete")
=IF(ISBLANK([Target Date]10), "", ([Target Date]10 - [Target Date]1))