Thread: date + 6 months
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default date + 6 months

Or double-click on the drag handle.
--
David Biddulph

"Yanick" wrote in message
...
You have 2 solutions.

1- Drag the formula down to the other cells
2- Copy & paste in the other cells

The cells in your formula should change by them selves.
--
Yanick


" wrote:

I have a list with dates in fields F5-F50 and want to automatically
populate G5-G50 with a date 6 months future. I am using
=DATE(YEAR(G1),MONTH(G1)+6,DAY(G1)) but how do I get it to progress
through the colums so that G5 picks up the date from F5 and adds 6
months, G6 picks up the date from G6 and so on.