Adding days to a date

  • Thread starter Thread starter Edge118
  • Start date Start date
E

Edge118

Hi,

I have a cell with a date stored in it. I want to know if I can us
a formula to add 2 days to the stored date and display it in anothe
cell. So if cell B2 stores "June 2", I want to store "June 4" in C2 b
adding 2 days to the date in B2. Thanks for your help!

R
 
Hi,

As long as the date in B2 is a true date, you can use the following
formula:

=B2+2

Hope this helps!
 
=B2+2

Dates are stored as serial days, so date math is in terms
of days by default.
 

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