Hi All, using the current formula to add month to a date. But in some cases the [Sub Rivised]@Row date is blank. instead of throwing an invalid error data i would like the output cell to remain blank. I have tried a few variations with ISBLANK but to no avail. Any suggestions
Formula:
=DATE(IF(MOD(VALUE(MONTH([Sub Revised]@row)) + [Estimated Months for Approval]6, 12) = 0, -1, 0) + YEAR([Sub Revised]@row) + (MONTH([Sub Revised]@row) + [Estimated Months for Approval]6 - MOD(MONTH([Sub Revised]@row) + [Estimated Months for Approval]6, 12)) / 12, IF(MOD(VALUE(MONTH([Sub Revised]@row) + [Estimated Months for Approval]6), 12) = 0, 12, MOD(MONTH([Sub Revised]@row) + [Estimated Months for Approval]6, 12)), DAY([Sub Revised]@row))
Look forward to your input
Mike