#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 337
Default Ftll in dates

I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Ftll in dates

Suppose you put the first date in A1, then in A2 you can enter this
formula:

=IF(A1="","",IF(MONTH(A1+1)<MONTH(A1),"",A1+1))

then copy this down to row 31.

Note that columns are vertical, not rows

Hope this helps.

Pete

On Feb 19, 6:41*pm, Oldjay wrote:
I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Ftll in dates

Hi
Type your date in one cell and put this formula in the next cell
=IF($A$2+COLUMN(B1)-1,$A$2+COLUMN(B1)-1,"")
You will need to adjust the starting cell A2 is the starting cell that you type
your date change it to your needs
HTH
John
"Oldjay" wrote in message
...
I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Ftll in dates

Put in the fisrt date, select the lower right corner of the cell and
drag down to auto-fill.

Oldjay wrote:
I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Ftll in dates

Put your first date in a cell (say A1)
then put:
=a1+1
and drag down as far as you need.

You could also put the date in the top cell
rightclick on the fill handle (bottom right corner of the cell)
and drag down.

When you let go of the mouse button, you'll be asked what you want--you can
choose fill days (or whatever you want).

Oldjay wrote:

I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 337
Default Fill in dates

Pete UK had the formula that I was looking for. It only shows dates in that
month.
Feb only shows dates thru the 28th and leaves the last 3 rows blank.
March shows dates in all 31 rows
I didn't check a leap year but I won't worryabout that now.

oldjay

"Dave Peterson" wrote:

Put your first date in a cell (say A1)
then put:
=a1+1
and drag down as far as you need.

You could also put the date in the top cell
rightclick on the fill handle (bottom right corner of the cell)
and drag down.

When you let go of the mouse button, you'll be asked what you want--you can
choose fill days (or whatever you want).

Oldjay wrote:

I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Fill in dates

Thanks for feeding back - it will work for leap years as well.

Pete

On Feb 19, 9:41*pm, Oldjay wrote:
Pete UK had the formula that I was looking for. It only shows dates in that
month.
Feb only shows dates thru the 28th and leaves the last 3 rows blank.
March shows dates in all 31 rows
I didn't check a leap year but I won't worryabout that now.

oldjay

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Ftll in dates

Hi Again
If its vertical this one will do. The first one was for horizontal
=IF($A$2+ROW(A1),$A$2+ROW(A1),"")
HTH
John
"Oldjay" wrote in message
...
I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not enter
dates such as 2/30/09

oldjay


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Ftll in dates

=A1+1 and copy down.
--
David Biddulph

Oldjay wrote:
I want to enter a first of the month start date that will fill in in a
vertical row of the rest of the dates in that month. It should not
enter dates such as 2/30/09

oldjay



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 sort a column of random dates into Consecutive dates Rob Gibson Excel Worksheet Functions 2 June 12th 07 05:10 AM
Identifying unique dates within a range of cells containing dates cdavidson Excel Discussion (Misc queries) 0 October 12th 06 08:19 PM
need to convert list of dates to count no. of dates by week neowok Excel Worksheet Functions 13 January 30th 06 03:54 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
Charting data against dates where dates are not at fixed intervals PK Charts and Charting in Excel 4 June 16th 05 05:08 AM


All times are GMT +1. The time now is 12:51 PM.

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"