Return a date 6 months from a date in another cell

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

Guest

I'd like to return a date 6 months from the date in cell m16. So if m16 =
1/21/04 I'd like it to return 7/21/04 in m17. Then in m18 I'd like to count
the number of days between Todays date and the result of m17. Thanks for any
help.
 
on cell m17 type
==DATE(YEAR(m16),MONTH(m16)+6,DAY(m16))
and on cell m18 type
=m17-today()
 

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