Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Need to create a series of dates across a row

Hi folks. I am creating amortization tables in Excel 2007 and I need to
figure out how to create a date series across a row. I need to set it up so
that the same date appears in three consecutive cells across the row (1
column each for interest, principal and remaining balance) followed by the
next month in the following 3 cells, etc. So, for example: 3/1/2009,
3/1/2009, 3/1/2009, 4/1/2009, 4/1/2009, 4/1/2009, etc.

I hope I am being clear enough.

Thanks in advance for your help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Need to create a series of dates across a row

Put your starting date in A1 (say), then in B1 you can put =A1 and
copy this to C1. Then in D1 you can use this formula:

=DATE(YEAR(A1),MONTH(A1)+1,1)

and then just copy this across as far as you need it.

If you need to vary the starting date, just change it in A1 and it
will propagate through.

Hope this helps.

Pete

On Jan 26, 4:08*pm, Equinor wrote:
Hi folks. I am creating amortization tables in Excel 2007 and I need to
figure out how to create a date series across a row. I need to set it up so
that the same date appears in three consecutive cells across the row (1
column each for interest, principal and remaining balance) followed by the
next month in the following 3 cells, etc. So, for example: 3/1/2009,
3/1/2009, 3/1/2009, 4/1/2009, 4/1/2009, 4/1/2009, etc.

I hope I am being clear enough.

Thanks in advance for your help!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Need to create a series of dates across a row



"Pete_UK" wrote:

Put your starting date in A1 (say), then in B1 you can put =A1 and
copy this to C1. Then in D1 you can use this formula:

=DATE(YEAR(A1),MONTH(A1)+1,1)

and then just copy this across as far as you need it.

If you need to vary the starting date, just change it in A1 and it
will propagate through.

Hope this helps.

Pete

On Jan 26, 4:08 pm, Equinor wrote:
Hi folks. I am creating amortization tables in Excel 2007 and I need to
figure out how to create a date series across a row. I need to set it up so
that the same date appears in three consecutive cells across the row (1
column each for interest, principal and remaining balance) followed by the
next month in the following 3 cells, etc. So, for example: 3/1/2009,
3/1/2009, 3/1/2009, 4/1/2009, 4/1/2009, 4/1/2009, etc.

I hope I am being clear enough.

Thanks in advance for your help!


Pete,


It worked like a charm. Thanks!
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Need to create a series of dates across a row

If you put your 3/1/09 in A1, B1, and C1, then in D1 put the formula
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) and copy that across to the right.
--
David Biddulph

"Equinor" wrote in message
...
Hi folks. I am creating amortization tables in Excel 2007 and I need to
figure out how to create a date series across a row. I need to set it up
so
that the same date appears in three consecutive cells across the row (1
column each for interest, principal and remaining balance) followed by the
next month in the following 3 cells, etc. So, for example: 3/1/2009,
3/1/2009, 3/1/2009, 4/1/2009, 4/1/2009, 4/1/2009, etc.

I hope I am being clear enough.

Thanks in advance for your help!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Need to create a series of dates across a row

Glad to hear it - thanks for feeding back.

Pete

On Jan 26, 4:51*pm, Equinor wrote:

It worked like a charm. Thanks

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
Fill Series Dates: not letting me change the series from year to m Mike Excel Discussion (Misc queries) 1 January 24th 08 05:08 PM
How do I create a custom fill series for dates? Jeff Excel Discussion (Misc queries) 1 December 18th 06 03:28 AM
How do I create a weekly series? eingram Excel Worksheet Functions 6 September 19th 05 09:01 AM
EXCEL, I want to create a series of calendars with dates marked f. ISO9000 Excel Discussion (Misc queries) 0 February 22nd 05 10:33 PM
HOW DO I SET UP A SERIES OF DATES IN EXCEL? tpapd754 Excel Discussion (Misc queries) 1 February 3rd 05 11:39 PM


All times are GMT +1. The time now is 02:47 PM.

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"