So, for the first part of the equation, I wanna say " if the contract end date is blank, then the decision date cell will be blank"
and the second part of the equation is the decision date column = (Contract End date minus Notice Period)
=IF(ISBLANK(Contract End Date@row),COUNTIF([Contract End Date]@row - [Renewal Alert Date]@row)
I tried combining the two formulas, but I keep getting an error. Can somebody point out what I did wrong?
Thanks in advance!