EXCEL worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
Hi

Assuming the date value is in Cell A1 you could use

=DATE(YEAR(A1),MONTH(A1), DAY(A1)+90)

A shorter version is

= A1 +90


Thanks,
Matt



HTH,
Matt
 

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