PC Review


Reply
 
 
martins
Guest
Posts: n/a
 
      5th Aug 2006

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.php...o&userid=31616
View this thread: http://www.excelforum.com/showthread...hreadid=568582

 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      5th Aug 2006
In B1:

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

Fill right

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"martins" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
|
| 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.php...o&userid=31616
| View this thread: http://www.excelforum.com/showthread...hreadid=568582
|


 
Reply With Quote
 
Leo Heuser
Guest
Posts: n/a
 
      5th Aug 2006
"martins" <(E-Mail Removed)> skrev i en
meddelelse news:(E-Mail Removed)...
>
> 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
 
VBA Noob
Guest
Posts: n/a
 
      5th Aug 2006

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


VBA Noo

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

 
Reply With Quote
 
Syed Haneef
Guest
Posts: n/a
 
      5th Aug 2006

Leo Heuser Wrote:
> "martins" <(E-Mail Removed)> skrev i
> en
> meddelelse news:(E-Mail Removed)...
> >
> > 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.php...o&userid=37126
View this thread: http://www.excelforum.com/showthread...hreadid=568582

 
Reply With Quote
 
Leo Heuser
Guest
Posts: n/a
 
      5th Aug 2006
"Syed Haneef" <(E-Mail Removed)>
skrev i en meddelelse
news:(E-Mail Removed)...
>

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
 
martins
Guest
Posts: n/a
 
      6th Aug 2006

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

martins


--
martins
------------------------------------------------------------------------
martins's Profile: http://www.excelforum.com/member.php...o&userid=31616
View this thread: http://www.excelforum.com/showthread...hreadid=568582

 
Reply With Quote
 
Leo Heuser
Guest
Posts: n/a
 
      6th Aug 2006
"martins" <(E-Mail Removed)> skrev i en
meddelelse news:(E-Mail Removed)...
>
> 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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date to Pre Fill Bet101 Microsoft Excel Worksheet Functions 1 29th Aug 2008 10:09 PM
Getting a fill color on a certain date Eric Microsoft Excel Worksheet Functions 2 1st Jan 2008 07:34 AM
Enter Start Date and Auto Fill the End Date =?Utf-8?B?SmV0?= Microsoft Access Queries 3 16th Apr 2007 09:52 PM
date fill-in Charlie Klein Microsoft Access Form Coding 2 12th Aug 2004 12:04 AM
Date created field (auto current date fill-in) Lauri Microsoft Access Forms 3 13th Jul 2004 09:43 PM


Features
 

Advertising
 

Newsgroups
 


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