is there a way in Excel to have a formula that does something like this:
= 12/20/2010 - 180
which would take a certain date (12/20/2010 in this case) and subtrac
Assuming the original date is in cell A1:
=DATE(YEAR(A1), MONTH(A1), DAY(A1)-180)