Dates

  • Thread starter Thread starter Melinda
  • Start date Start date
M

Melinda

I have a date in cell l2 of 9/16/09 and I need in cell m2 to be 30 days after
the date in l2, n2 to be 60 days after l2, and o2 to be 90 days after l2----
I need a formula that will work--- please


Thanks
 
Hi,
try
=DATE(YEAR(L2), MONTH(L2), DAY(L2)+30)

if this helps please click yes thanks
 
Isn't =L2+30 easier?
--
David Biddulph

Eduardo said:
Hi,
try
=DATE(YEAR(L2), MONTH(L2), DAY(L2)+30)

if this helps please click yes thanks
 

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