Subtract one year from todays date
Hi Nigel,
It does - use =EDATE(Now(),-12)
This function is part of the Analysis ToolPak which you can attach by
choosing Tools, Add-Ins.
-12 means 12 months in the past.
--
Cheers,
Shane Devenshire
Microsoft Excel MVP
"Nigel" wrote:
you would think excel had a function along the lines now()- 1 year
"Mike H" wrote:
Try this with todays date in A1
=DATE(YEAR(A1)-1,MONTH(A1),DAY(A1))
Mike
"Nigel" wrote:
Seems like a fairly simple question but I can't find an answer anywhere,
the date in cell A1 is todays date, and I need to subtract 1 year from that
date, not 365 days because I need to take into account leap years
thanks
|