View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete Derkowski Pete Derkowski is offline
external usenet poster
 
Posts: 11
Default Adding days to a date cell to get a new date


D'OH.... I figured it out... in A1 I had entered 05/01//08 - weird that
excel didn't flag the error since it's not a valid date format (I think).

Thanks All!

Pete....

"Bob Phillips" wrote in message
...
=A1+5

and format as a date

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Pete Derkowski" wrote in message
...
Hi, this may sound simple, but I can't seem to figure it out.

In cell A1 (a date cell) I'll enter a date.

I want to set A2 (also a date cell) to A1 + 5 days.

I've played with datevalue and some other Fn's but just can't seem to get
it.

Anyone have the magic answer? What am I missing?

Pete