View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Adding 1 year and keeping time as well

Try this:

=EDATE(G2,12)+MOD(G2,1)

--
Biff
Microsoft Excel MVP


"Hugh G. Johnson" wrote in message
...
I have a column of date and time stamps I want to add excatly 1 year to.

The cell I want to add a year to is has this: 6/1/2007 6:35

If I use the forumula =EDATE(G2,12)

I get 6/1/2008 12:00 AM

How do I get it to leave the time along or carry that accross as well?

Sincerely

Hugh