Hello,
I am trying to create a formula checking if a cell(endate) isdate and it is 60 days greater than today AND if revbud + expbud is greater than 0 then true (checkbox) if error then blank.
Here is what I have but I'm getting incorrect argument set :(
=IF(AND(ISDATE([End Date]@row, [End Date]@row > TODAY() + 60, RevBud@row + ExpBud@row > 0), true, ""))