PC Review Forums Newsgroups Microsoft Excel Microsoft Excel New Users Date Fill

Reply

Date Fill

 
Thread Tools Rate Thread
Old 05-08-2006, 10:44 AM   #1
martins
Guest
 
Posts: n/a
Default Date Fill



I would like to create a spreadsheet where if you input date as Jan06 in
cell
A1, subsequent cells B1 C1 D1 etc automatically fill as
feb06,mar06,apr06 -

Can anyone help


--
martins
------------------------------------------------------------------------
martins's Profile: http://www.excelforum.com/member.ph...fo&userid=31616
View this thread: http://www.excelforum.com/showthrea...threadid=568582

  Reply With Quote
Old 05-08-2006, 11:00 AM   #2
Niek Otten
Guest
 
Posts: n/a
Default Re: Date Fill

In B1:

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

Fill right

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"martins" <martins.2c26p2_1154767506.805@excelforum-nospam.com> wrote in message
news:martins.2c26p2_1154767506.805@excelforum-nospam.com...
|
| I would like to create a spreadsheet where if you input date as Jan06 in
| cell
| A1, subsequent cells B1 C1 D1 etc automatically fill as
| feb06,mar06,apr06 -
|
| Can anyone help
|
|
| --
| martins
| ------------------------------------------------------------------------
| martins's Profile: http://www.excelforum.com/member.ph...fo&userid=31616
| View this thread: http://www.excelforum.com/showthrea...threadid=568582
|


  Reply With Quote
Old 05-08-2006, 11:02 AM   #3
Leo Heuser
Guest
 
Posts: n/a
Default Re: Date Fill

"martins" <martins.2c26p2_1154767506.805@excelforum-nospam.com> skrev i en
meddelelse news:martins.2c26p2_1154767506.805@excelforum-nospam.com...
>
> I would like to create a spreadsheet where if you input date as Jan06 in
> cell
> A1, subsequent cells B1 C1 D1 etc automatically fill as
> feb06,mar06,apr06 -
>
> Can anyone help
>
>
> --
> martins


Hi Martins

One way:

1. Select A11
2. Format the cells with the custom format mmmyy
3. In A1 enter 1/1/06
4. In B1 enter the formula
=DATE(YEAR(A1), MONTH(A1)+1, DAY(A1))
5. Copy B1 to C11 with the fill handle
(The little square in the lower right corner of the cell).

--
Best regards
Leo Heuser

Followup to newsgroup only please.


  Reply With Quote
Old 05-08-2006, 11:12 AM   #4
VBA Noob
Guest
 
Posts: n/a
Default Re: Date Fill


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


VBA Noo

--
VBA Noo
-----------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.ph...nfo&userid=3383
View this thread: http://www.excelforum.com/showthread.php?threadid=56858

  Reply With Quote
Old 05-08-2006, 11:22 AM   #5
Syed Haneef
Guest
 
Posts: n/a
Default Re: Date Fill


Leo Heuser Wrote:
> "martins" <martins.2c26p2_1154767506.805@excelforum-nospam.com> skrev i
> en
> meddelelse news:martins.2c26p2_1154767506.805@excelforum-nospam.com...
> >
> > I would like to create a spreadsheet where if you input date as Jan06

> in
> > cell
> > A1, subsequent cells B1 C1 D1 etc automatically fill as
> > feb06,mar06,apr06 -
> >
> > Can anyone help
> >
> >
> > --
> > martins

>
> Hi Martins
>
> One way:
>
> 1. Select A11
> 2. Format the cells with the custom format mmmyy
> 3. In A1 enter 1/1/06
> 4. In B1 enter the formula
> =DATE(YEAR(A1), MONTH(A1)+1, DAY(A1))
> 5. Copy B1 to C11 with the fill handle
> (The little square in the lower right corner of the cell).
>
> --
> Best regards
> Leo Heuser
>
> Followup to newsgroup only please.


Thank you Leo Heuser ... you gave a much clearer solution.

Regards,
Syed


--
Syed Haneef
------------------------------------------------------------------------
Syed Haneef's Profile: http://www.excelforum.com/member.ph...fo&userid=37126
View this thread: http://www.excelforum.com/showthrea...threadid=568582

  Reply With Quote
Old 05-08-2006, 11:39 AM   #6
Leo Heuser
Guest
 
Posts: n/a
Default Re: Date Fill

"Syed Haneef" <Syed.Haneef.2c28jq_1154769906.3495@excelforum-nospam.com>
skrev i en meddelelse
news:Syed.Haneef.2c28jq_1154769906.3495@excelforum-nospam.com...
>

Thank you Leo Heuser ... you gave a much clearer solution.
>
> Regards,
> Syed
>
>


You're welcome, Syed, and thanks for the feedback :-)

Regards
Leo Heuser


  Reply With Quote
Old 06-08-2006, 12:54 AM   #7
martins
Guest
 
Posts: n/a
Default Re: Date Fill


Works fine Leo - thank you very much for help and all other that
replied

martins


--
martins
------------------------------------------------------------------------
martins's Profile: http://www.excelforum.com/member.ph...fo&userid=31616
View this thread: http://www.excelforum.com/showthrea...threadid=568582

  Reply With Quote
Old 06-08-2006, 08:20 AM   #8
Leo Heuser
Guest
 
Posts: n/a
Default Re: Date Fill

"martins" <martins.2c3a1v_1154818510.8852@excelforum-nospam.com> skrev i en
meddelelse news:martins.2c3a1v_1154818510.8852@excelforum-nospam.com...
>
> Works fine Leo - thank you very much for help and all other that
> replied
>
> martins
>


You're welcome, Martins, and thank you for the feedback.

Leo Heuser


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off