Formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am enter a date in a cell and in another cell i would like to input a
formula that will add or substract 6 months or more from the orginal date
cell?
 
One way:

A1: <date>
A2: =DATE(YEAR(A1),MONTH(A1)-6,DAY(A1))

Note that months are squirrely concepts...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top