Good evening all,
I am trying to get the following formula correct, I have a table that will display an inspection date, if the date is entered I would like another cell to display that date but plus 180 days, also if the cell is blank that the other cell display N/A
, I have that bit working but can't seem to get the date part to work?
=IF([@[Date of Inspection ]]="","N/A",H2)