Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Autofill cell references with a pattern of every 110 rows

I'm trying to use autofill to copy cell references from a different
workbook/sheet. On the worksheet i'm trying to copy from, the data i would
like to organize and bring into the new worksheet is always in the same
column, but every 110 rows. For instance, what I want to do is this, for
every row in one column, and use autofill to do it because it would be much
easier than adding 110 to the row and typing it in myself:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B340

when I try to use autofill to do this, it copies all three rows again, but
increased by however many rows i try to copy:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B13
=Sheet1'!B123
=Sheet1'!B233

Is there any way to use Autofill to copy down a cell reference that occurs
every X rows?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Autofill cell references with a pattern of every 110 rows

Enter this in row 1 and copy down
=INDIRECT("Sheet1!B"&(10+(ROW()-1)*110))
--
If you find this post helpful pl. choose "Yes"...


"Light" wrote:

I'm trying to use autofill to copy cell references from a different
workbook/sheet. On the worksheet i'm trying to copy from, the data i would
like to organize and bring into the new worksheet is always in the same
column, but every 110 rows. For instance, what I want to do is this, for
every row in one column, and use autofill to do it because it would be much
easier than adding 110 to the row and typing it in myself:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B340

when I try to use autofill to do this, it copies all three rows again, but
increased by however many rows i try to copy:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B13
=Sheet1'!B123
=Sheet1'!B233

Is there any way to use Autofill to copy down a cell reference that occurs
every X rows?

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Autofill cell references with a pattern of every 110 rows

Try this formula in the first cell:

=INDIRECT("'Sheet1'!B"&(ROW(A1)-1)*110+10)

and then copy it down for as many rows as you need.

Hope this helps.

Pete

On Oct 13, 8:55*pm, Light wrote:
I'm trying to use autofill to copy cell references from a different
workbook/sheet. *On the worksheet i'm trying to copy from, the data i would
like to organize and bring into the new worksheet is always in the same
column, but every 110 rows. *For instance, what I want to do is this, for
every row in one column, and use autofill to do it because it would be much
easier than adding 110 to the row and typing it in myself:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B340

when I try to use autofill to do this, it copies all three rows again, but
increased by however many rows i try to copy:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B13
=Sheet1'!B123
=Sheet1'!B233

Is there any way to use Autofill to copy down a cell reference that occurs
every X rows?

Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Autofill cell references with a pattern of every 110 rows

Hi,

Here is one way to do this

=INDIRECT("Sheet1!B"&ROW(A1)*110-100)

--
Thanks,
Shane Devenshire


"Light" wrote:

I'm trying to use autofill to copy cell references from a different
workbook/sheet. On the worksheet i'm trying to copy from, the data i would
like to organize and bring into the new worksheet is always in the same
column, but every 110 rows. For instance, what I want to do is this, for
every row in one column, and use autofill to do it because it would be much
easier than adding 110 to the row and typing it in myself:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B340

when I try to use autofill to do this, it copies all three rows again, but
increased by however many rows i try to copy:

=Sheet1'!B10
=Sheet1'!B120
=Sheet1'!B230
=Sheet1'!B13
=Sheet1'!B123
=Sheet1'!B233

Is there any way to use Autofill to copy down a cell reference that occurs
every X rows?

Thanks!

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
3d references then & autofill xtaloct25 Excel Discussion (Misc queries) 0 July 10th 07 04:10 PM
AutoFill pattern based on cell locations valoo Excel Discussion (Misc queries) 4 July 28th 06 09:39 PM
More- AutoFill with Non-Seqeuntial Cell References ? [email protected] Excel Worksheet Functions 4 June 23rd 05 02:42 AM
AutoFill with Non-sequential Cell References ? [email protected] Excel Worksheet Functions 3 June 20th 05 03:39 AM
autofill cells without a pattern? ryu Excel Discussion (Misc queries) 2 April 11th 05 01:31 PM


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