I have created a calculation to add 2 years to a specific date listed in a field, but I would like to create a formula where it calculates the 2 year date but only populates if the other field is filled in.
Current formula:
=DATE(YEAR([PO Date]@row ) + 2, MONTH([PO Date]@row ), DAY([PO Date]@row ))
If the PO date is fill in, then I would like to populate the Expiration Date field where it adds 2 years to the PO date, but only populates if there is a PO date listed.