Hi,
To populate DueDate3, I'm using:
=JOIN(COLLECT({GUT Column 7}, {GUT Column 2}, <>"Postponed", {GUT Column 2}, <>"Rescheduled", {GUT Column 1}, VLOOKUP(TaskName1, {GUT Column 1}, 1, false)))
to return a date from another sheet. (It is a date data type in the other sheet).
In another cell, I want to use something like =DueDate3 - 28 to be used as a threshold date for conditional formatting, but getting an #INVALID OPERATION error.
Is the returned date no longer a DATE data type? How can I turn it into a DATE so I can perform DATE operations on it?
Thanks for any help!