Hello,
I am trying to create a column formula to capture the year of an end date, but only wanting one to pull.
Essentially, we have 3 end dates
- The original planned
- The new planned
- The actual
In my tracker, one or all may be filled in, but I only want to capture the actual when that is available (essentially, I want a formula that says: If the actual end date is blank, use the year of the new planned. If the new planned is blank, use the original planned).
I've tried an IF formula and and IFERROR and can't seem to get it right. I wanted to use an IFERROR in case all 3 are not known.