Hello,
I'm trying to come up with a formula to put in cell K2 that says, if there is a date (any date at all) in cell J2 then return "Complete" in cell K2, but if there is no date in cell J2, subtract today's date from cell I2 and place the value in work days in cell K2.
I've tried =IF(J2>=I2,"Complete",TODAY()-I2) , but it returns the word complete even if there is a blank in J2. It also doesn't count for workdays.
Thanks in advance for your help!
TYOzzy
I'm trying to come up with a formula to put in cell K2 that says, if there is a date (any date at all) in cell J2 then return "Complete" in cell K2, but if there is no date in cell J2, subtract today's date from cell I2 and place the value in work days in cell K2.
I've tried =IF(J2>=I2,"Complete",TODAY()-I2) , but it returns the word complete even if there is a blank in J2. It also doesn't count for workdays.
Thanks in advance for your help!
TYOzzy