Hello Smartsheet Community,
I am trying to have a formula add 5 years to a date in a column, but when the source date column is blank/has not date in it - it returns #INVALID DATA TYPE.
I would like the formula to look at the latest install date and add 5 years to it, and if its blank return nothing.
How can I adjust my formula to return nothing if blank?
Here is the formula I'm using:
=DATE(YEAR([Latest Install Date]@row) + 5, MONTH([Latest Install Date]@row), DAY([Latest Install Date]@row))
Here is a snip from the sheet"