Hi
I am trying to input a formula to calculate 3 months from a date in another column but, I don't want a #invalid date error showing in that column when there is no start date. I've tried using the following formula:
=IF(ISBLANK(DATE([Start Date]@row, MONTH([Start Date]@row) + 3, DAY([Start Date]@row)), " "))
But, I get a #Incorrect Argument error. I've tried adding another IF but, it doesn't like it. I know it's going to be something real simple but, I just can't get to the bottom of it!
TIA
Cheryl