If column b is required to be exactly 6 months after column a.
Column a was specified in a form.
Is there a way to insert the following formula into the column or worksheet:
=IFERROR(DATE(YEAR([Last Calibrated]@row), (MONTH([Last Calibrated]@row) + [Calibration Cycle]@row), DAY([Last Calibrated]@row)), DATE(YEAR([Last Calibrated]@row) + 1, (MONTH([Last Calibrated]@row) - [Calibration Cycle]@row), DAY([Last Calibrated]@row)))
Where [Calibration Cycle]@row = 6
I will need to keep the calibration cycle in the formula as it will need to be used for 3,12,24 months etc etc