Hi,
I am trying to create a formula that will keep the existing date in the cell if another column is blank and if there is a date then I want to add 365 days to the other column and return it in my NEXT CONTACT DATE cell
=IF(TODAY@row, "", [NEXT CON TACT DATE]@row, IF(TODAY@row, TODAY@row + 365))
My Column Headers are:
TODAY (populates when an attachment is added or remains blank)
NEXT CON TACT DATE (currently has a date in it but would like it to auto update based on the date added to the TODAY column)
Any help is greatly appreciated as always.