#1   Report Post  
Carol
 
Posts: n/a
Default Excel date formula

I need to a formula that would produce in column A a running series of dates
without having to type them in individually. I need it such as (not
necesarily in numerical form):

1/03/2004
1/04/2004
1/05/2004
etc....

Thank you for any help!

  #2   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

type in any cell

=1/3/04
take mouse toright hand bottom which turn into a +sing.
drag it down

I hope you mean jan 3, jan 4 etc.


Carol wrote in message
...
I need to a formula that would produce in column A a running series of

dates
without having to type them in individually. I need it such as (not
necesarily in numerical form):

1/03/2004
1/04/2004
1/05/2004
etc....

Thank you for any help!



  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

Into topmost cell (p.e. A1) enter the start date
Into next cell (p.e. A2, when started not from A1, adjust cell references)
enter the formula
=A1+1
and format as date
Copy the cell with formula down as much you need.
I hope the dates you did give were from January - otherwise, when the step
is a month, the formula for cell A2 will be different. With Analysis
Toolpack Add-In installed:
=EMONTH($A$1,ROW()-1)
or, when start date is less than 28th of month, then using basic Excel
functions
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"Carol" wrote in message
...
I need to a formula that would produce in column A a running series of

dates
without having to type them in individually. I need it such as (not
necesarily in numerical form):

1/03/2004
1/04/2004
1/05/2004
etc....

Thank you for any help!



  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

If you type =1/3/4, that means to divide 1 by 3, then divide the result by 4,
i.e. 1/12 = 0.8333. If you want a date, you DON'T normally precede it with an
equal sign.


On Wed, 2 Feb 2005 11:23:05 +0530, "R.VENKATARAMAN"
$$$ wrote:

type in any cell

=1/3/04
take mouse toright hand bottom which turn into a +sing.
drag it down

I hope you mean jan 3, jan 4 etc.


Carol wrote in message
...
I need to a formula that would produce in column A a running series of

dates
without having to type them in individually. I need it such as (not
necesarily in numerical form):

1/03/2004
1/04/2004
1/05/2004
etc....

Thank you for any help!



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
how do I protect a formula in an excel speadsheet greg Excel Worksheet Functions 1 January 31st 05 11:29 PM
Date formula...help with return on formula Juco Excel Worksheet Functions 2 January 28th 05 09:28 PM
Excel 2002 date formulas problem Andrew Warren Excel Worksheet Functions 4 January 6th 05 11:35 AM
How do I add a date formula to a cell but hide the contents with . Emzy Wemzy Excel Discussion (Misc queries) 2 December 12th 04 01:48 PM
In Excel, I need a date math formula... Lisa Excel Discussion (Misc queries) 2 December 3rd 04 12:13 AM


All times are GMT +1. The time now is 03:32 AM.

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

About Us

"It's about Microsoft Excel"