#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default moving date details

Hi All

Wondered if you could help with the following on Excel: I would like to
convert a series of dates (from different months in 2006) to the month of
April 2007, but to keep the day of the month i.e. 1st or 2nd the same. See
below:

Old New
01/08/2006 01/04/2007
03/09/2006 03/04/2007
04/10/2006 04/04/2007
11/10/2006 11/04/2007

Is there a way to do this on Excel? I am using Excel 2002 (and in UK so
other way around to USA). Any help greatly appreciated

Kind regards

Rexmann

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default moving date details

If the original date is in A1 then:

=DATE(2007,4,DAY(A1))

--
Gary''s Student
gsnu200709


"rexmann" wrote:

Hi All

Wondered if you could help with the following on Excel: I would like to
convert a series of dates (from different months in 2006) to the month of
April 2007, but to keep the day of the month i.e. 1st or 2nd the same. See
below:

Old New
01/08/2006 01/04/2007
03/09/2006 03/04/2007
04/10/2006 04/04/2007
11/10/2006 11/04/2007

Is there a way to do this on Excel? I am using Excel 2002 (and in UK so
other way around to USA). Any help greatly appreciated

Kind regards

Rexmann

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default moving date details

=DATE(YEAR(A1)+1,4,DAY(A1))

With the date in A1

"rexmann" wrote:

Hi All

Wondered if you could help with the following on Excel: I would like to
convert a series of dates (from different months in 2006) to the month of
April 2007, but to keep the day of the month i.e. 1st or 2nd the same. See
below:

Old New
01/08/2006 01/04/2007
03/09/2006 03/04/2007
04/10/2006 04/04/2007
11/10/2006 11/04/2007

Is there a way to do this on Excel? I am using Excel 2002 (and in UK so
other way around to USA). Any help greatly appreciated

Kind regards

Rexmann

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default moving date details

Thanks to both of you - worked a treat

Cheers Rexmann


"Mike" wrote:

=DATE(YEAR(A1)+1,4,DAY(A1))

With the date in A1

"rexmann" wrote:

Hi All

Wondered if you could help with the following on Excel: I would like to
convert a series of dates (from different months in 2006) to the month of
April 2007, but to keep the day of the month i.e. 1st or 2nd the same. See
below:

Old New
01/08/2006 01/04/2007
03/09/2006 03/04/2007
04/10/2006 04/04/2007
11/10/2006 11/04/2007

Is there a way to do this on Excel? I am using Excel 2002 (and in UK so
other way around to USA). Any help greatly appreciated

Kind regards

Rexmann

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculate prior calendar year end from a moving current date Louise Excel Worksheet Functions 1 December 6th 06 08:48 PM
MOVING DATE RANGE ON A CHART Drew Charts and Charting in Excel 1 August 3rd 06 02:45 AM
Calculate a 30-day moving average based on the last x number of entries and date gimiv Excel Worksheet Functions 14 July 7th 06 12:49 PM
Moving data based on date ranges Wendy Excel Worksheet Functions 1 July 6th 06 06:04 PM
Moving numbers from one sheet to another by date Jim Excel Worksheet Functions 2 December 9th 04 03:37 AM


All times are GMT +1. The time now is 09:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"