Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Incrementing dates in the format MMM-YY

I'm using Excel 2007 but I need this to work also on Excel 2003.

I want to set up a spreadsheet where I can automatically populate a set of
cells with incremental dates in the format MMM-YY.

When I use the MM-DD-YY format, I can do the following:

Cell 1: Enter starting date
Cell 2: = [Cell 1] + 1

With this, Cell 2 will increment the date from Cell 1. I can propagate this
way through the spreadsheet.

But, if I configure the cells for the date format of MMM-YY, it wont
increment. Can anyone tell me if I can use a simple formula to increment
dates in the format MMM-YY?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Incrementing dates in the format MMM-YY

put a date in A1 and in A2 put:
=DATE(YEAR(A1),MONTH(A1)+1,1) and copy down
--
Gary''s Student - gsnu200750
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Incrementing dates in the format MMM-YY

Yes, that works great. Thanks!

"Gary''s Student" wrote:

put a date in A1 and in A2 put:
=DATE(YEAR(A1),MONTH(A1)+1,1) and copy down
--
Gary''s Student - gsnu200750

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Incrementing dates in the format MMM-YY

Remember that even if you format a date to display as MMM-YY, the underlying
stored number is still the whole date (counting in days). If you use
=[cellref]+1, then it will increment, but it adds a day at a time so
increments from 1 Oct 07 to 2 Oct 07.

I you want to increment a month at a time, try
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
--
David Biddulph

"kmewing" wrote in message
...
I'm using Excel 2007 but I need this to work also on Excel 2003.

I want to set up a spreadsheet where I can automatically populate a set of
cells with incremental dates in the format MMM-YY.

When I use the MM-DD-YY format, I can do the following:

Cell 1: Enter starting date
Cell 2: = [Cell 1] + 1

With this, Cell 2 will increment the date from Cell 1. I can propagate
this
way through the spreadsheet.

But, if I configure the cells for the date format of MMM-YY, it won't
increment. Can anyone tell me if I can use a simple formula to increment
dates in the format MMM-YY?



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
Repeating/incrementing dates 35039 times Daiv Excel Discussion (Misc queries) 5 January 4th 07 09:54 PM
CONVERT DATES FROM EUROPEAN FORMAT TO US FORMAT les8 New Users to Excel 8 August 8th 06 05:48 PM
Format text 'dates' to real dates Jacy Excel Worksheet Functions 4 July 24th 06 02:10 AM
Format dates steven Excel Discussion (Misc queries) 4 January 19th 06 12:44 PM
the dates on cell format make different dates. date formats morph the dates/chang case New Users to Excel 6 April 18th 05 02:41 AM


All times are GMT +1. The time now is 04:55 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"