Hi,
I can't seem to know where the error on the formula is. Or am I just using the wrong one.
What I would like is that if there is not date on the Actual Completion Date, for it to be 0. If there is a Date, to enter the month number.
=IF(NOT(ISBLANK([Actual Completion Date]@row), "", IF(ISBLANK([Actual Completion Date], 0) @row), "", MONTH([Actual Completion Date]@row)))