Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default AutoFill with sheet reference help

OOPS on my part...

It works for Column A though which is the first part. I forgot about Column
B :-/

A B
sheet1!a1 sheet1!c1
sheet1!a1 sheet1!d1
sheet1!a1 sheet1!e1
sheet1!a2 sheet1!c2
sheet1!a2 sheet1!d2
sheet1!a2 sheet1!e2

Sorry about that.. and Thanks...


"T. Valko" wrote:

Assume you enter the first formula on some sheet in cell A1:

=INDEX(Sheet1!A:A,CEILING(ROWS(A$1:A1)/3,1))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
I am trying to use autofill to copy a sheet reference as follows:

=sheet1!a1
=sheet1!a1
=sheet1!a1
=sheet1!a2
=sheet1!a2
=sheet1!a2
=sheet1!a3
=sheet1!a3
=sheet1!a3

The autofill can't figure out my pattern and will not fill in the formula
properly it skips numbers.

TIA





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default AutoFill with sheet reference help

For column B, entered in B1:

=INDEX(Sheet1!C:E,INT(ROWS(B$1:B3)/3),MOD(ROWS(B$1:B3),3)+1)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
OOPS on my part...

It works for Column A though which is the first part. I forgot about
Column
B :-/

A B
sheet1!a1 sheet1!c1
sheet1!a1 sheet1!d1
sheet1!a1 sheet1!e1
sheet1!a2 sheet1!c2
sheet1!a2 sheet1!d2
sheet1!a2 sheet1!e2

Sorry about that.. and Thanks...


"T. Valko" wrote:

Assume you enter the first formula on some sheet in cell A1:

=INDEX(Sheet1!A:A,CEILING(ROWS(A$1:A1)/3,1))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
I am trying to use autofill to copy a sheet reference as follows:

=sheet1!a1
=sheet1!a1
=sheet1!a1
=sheet1!a2
=sheet1!a2
=sheet1!a2
=sheet1!a3
=sheet1!a3
=sheet1!a3

The autofill can't figure out my pattern and will not fill in the
formula
properly it skips numbers.

TIA







  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default AutoFill with sheet reference help

Worked great.. Thank you very much,

"T. Valko" wrote:

For column B, entered in B1:

=INDEX(Sheet1!C:E,INT(ROWS(B$1:B3)/3),MOD(ROWS(B$1:B3),3)+1)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
OOPS on my part...

It works for Column A though which is the first part. I forgot about
Column
B :-/

A B
sheet1!a1 sheet1!c1
sheet1!a1 sheet1!d1
sheet1!a1 sheet1!e1
sheet1!a2 sheet1!c2
sheet1!a2 sheet1!d2
sheet1!a2 sheet1!e2

Sorry about that.. and Thanks...


"T. Valko" wrote:

Assume you enter the first formula on some sheet in cell A1:

=INDEX(Sheet1!A:A,CEILING(ROWS(A$1:A1)/3,1))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
I am trying to use autofill to copy a sheet reference as follows:

=sheet1!a1
=sheet1!a1
=sheet1!a1
=sheet1!a2
=sheet1!a2
=sheet1!a2
=sheet1!a3
=sheet1!a3
=sheet1!a3

The autofill can't figure out my pattern and will not fill in the
formula
properly it skips numbers.

TIA








  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default AutoFill with sheet reference help

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
Worked great.. Thank you very much,

"T. Valko" wrote:

For column B, entered in B1:

=INDEX(Sheet1!C:E,INT(ROWS(B$1:B3)/3),MOD(ROWS(B$1:B3),3)+1)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
OOPS on my part...

It works for Column A though which is the first part. I forgot about
Column
B :-/

A B
sheet1!a1 sheet1!c1
sheet1!a1 sheet1!d1
sheet1!a1 sheet1!e1
sheet1!a2 sheet1!c2
sheet1!a2 sheet1!d2
sheet1!a2 sheet1!e2

Sorry about that.. and Thanks...


"T. Valko" wrote:

Assume you enter the first formula on some sheet in cell A1:

=INDEX(Sheet1!A:A,CEILING(ROWS(A$1:A1)/3,1))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"TimeCloud" wrote in message
...
I am trying to use autofill to copy a sheet reference as follows:

=sheet1!a1
=sheet1!a1
=sheet1!a1
=sheet1!a2
=sheet1!a2
=sheet1!a2
=sheet1!a3
=sheet1!a3
=sheet1!a3

The autofill can't figure out my pattern and will not fill in the
formula
properly it skips numbers.

TIA










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
AutoFill with sheet reference help TimeCloud Excel Worksheet Functions 0 May 17th 08 01:10 AM
Autofill a Sheet Reference JOJO193 Excel Worksheet Functions 7 April 18th 08 01:00 AM
Autofill based on a cell reference redstang423 Excel Worksheet Functions 1 August 11th 06 10:51 PM
reference autofill. mtnone Excel Worksheet Functions 4 May 30th 06 08:46 PM
Autofill/Reference Confusion Patrick White Excel Worksheet Functions 0 June 4th 05 01:07 PM


All times are GMT +1. The time now is 11:00 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"