D
dmframe
I am calculating exhaust of a piece of equipment and if
the exhaust is in the next 18 months I want to display the
exhaust date as mmm-yy. If however, the exhaust date is
beyond that I want to display the date as yyyy.
I've been trying to use a formula...
if(the exhaust date is less than (today plus 18 months),
then date, else YEAR(date))
Help please.
DMF
the exhaust is in the next 18 months I want to display the
exhaust date as mmm-yy. If however, the exhaust date is
beyond that I want to display the date as yyyy.
I've been trying to use a formula...
if(the exhaust date is less than (today plus 18 months),
then date, else YEAR(date))
Help please.
DMF