Using Dates and Numbers

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Here is my problem. im trying to figure out how to add
days to dates. for example if it is august 12, 2004, i
would like to create a function that lets me know the
date 12 days from now. basically a function in which i
could put in a starting date and then type 3 days later
and find the new date.
 
If I understand correctly, in A1 enter the date you require, in B1, =A1+12
will give the date twelve days on,
Regards,
Alan
 
Back
Top