View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Add 45 days to a date....

hi
a date is just a number that is formated to look like a date so all you have
to do is add 45 to the date.
in E3, enter 1/1/10
in F3, enter =E3+45
results will be 2/15/10

that should do it.

regards
FSt1

"ARR" wrote:

I am brand new to Excel, have only inputted information and corrected issues
if a formula goes off... I've never had to start from scratch until today.
I need something that should be very simple, but I haven't been able to
figure it out.
I am trying to have a date automatically imputted into a cell that is 45
days later than a manually entered date in a previous cell... example.
I would enter 1/01/10 in E3 and I would want the date 2/15/10 to show up in
F3.. 2/15/10 being 45 days after 1/1/10. So, any time I entered a date into
the E column, a date 45 days later would show up in the F column. I hope
that makes sense and any help would be appreciated as I have no idea what I
am doing... it's Excel 2003.

Thanks!