Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bowbender
 
Posts: n/a
Default Drag down method for getting data from another worksheet at every Nth cell

Here is the deal. I have a worksheet, lets call it Sheet1 that has a
ton of data (25,000 entries). I want gather every 20th cell in column
B from there and put it into lets say Sheet2 so that the data in the
Sheet2 has the following.

=Sheet1!B20
=Sheet1!B40
=Sheet1!B60

I relize that I can type these all in by hand but due to the very large
number of cells I would be working on this till next week. Any help
from the generous people here would greatly be appreciated.

If there is an alternative to the drag down method, I am all for it.

Thanks

  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

I put this in A1 and dragged down:

=INDIRECT("sheet1!b"&ROW()*20)

until I ran out of data.

Bowbender wrote:

Here is the deal. I have a worksheet, lets call it Sheet1 that has a
ton of data (25,000 entries). I want gather every 20th cell in column
B from there and put it into lets say Sheet2 so that the data in the
Sheet2 has the following.

=Sheet1!B20
=Sheet1!B40
=Sheet1!B60

I relize that I can type these all in by hand but due to the very large
number of cells I would be working on this till next week. Any help
from the generous people here would greatly be appreciated.

If there is an alternative to the drag down method, I am all for it.

Thanks


--

Dave Peterson
  #3   Report Post  
Bowbender
 
Posts: n/a
Default

Dave,

I didn't have any success with that. I keep getting #Ref error. Here
is my actual formula.

=INDIRECT(Results!B20&ROW()*20)

The data in the Results!B20 cell is a number, in this case 0.0989

When I drag down, I want the next cell to be

=INDIRECT(Results!B40&ROW()*20) or the equivelant that will make it
refer to cell B40, B60, B80, etc... in my Results worksheet.

Thanks for the help.

  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

=INDIRECT("Results!B"&ROW()*20)

"Bowbender" wrote:

Dave,

I didn't have any success with that. I keep getting #Ref error. Here
is my actual formula.

=INDIRECT(Results!B20&ROW()*20)

The data in the Results!B20 cell is a number, in this case 0.0989

When I drag down, I want the next cell to be

=INDIRECT(Results!B40&ROW()*20) or the equivelant that will make it
refer to cell B40, B60, B80, etc... in my Results worksheet.

Thanks for the help.


  #5   Report Post  
Biff
 
Posts: n/a
Default

What happens if I insert a new row 1? <g

Biff

"Dave Peterson" wrote in message
...
I put this in A1 and dragged down:

=INDIRECT("sheet1!b"&ROW()*20)

until I ran out of data.

Bowbender wrote:

Here is the deal. I have a worksheet, lets call it Sheet1 that has a
ton of data (25,000 entries). I want gather every 20th cell in column
B from there and put it into lets say Sheet2 so that the data in the
Sheet2 has the following.

=Sheet1!B20
=Sheet1!B40
=Sheet1!B60

I relize that I can type these all in by hand but due to the very large
number of cells I would be working on this till next week. Any help
from the generous people here would greatly be appreciated.

If there is an alternative to the drag down method, I am all for it.

Thanks


--

Dave Peterson





  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you insert it in a different worksheet in a different workbook, then nothing!

(Sometimes people use it, sometimes, they don't!)

Biff wrote:

What happens if I insert a new row 1? <g

Biff

"Dave Peterson" wrote in message
...
I put this in A1 and dragged down:

=INDIRECT("sheet1!b"&ROW()*20)

until I ran out of data.

Bowbender wrote:

Here is the deal. I have a worksheet, lets call it Sheet1 that has a
ton of data (25,000 entries). I want gather every 20th cell in column
B from there and put it into lets say Sheet2 so that the data in the
Sheet2 has the following.

=Sheet1!B20
=Sheet1!B40
=Sheet1!B60

I relize that I can type these all in by hand but due to the very large
number of cells I would be working on this till next week. Any help
from the generous people here would greatly be appreciated.

If there is an alternative to the drag down method, I am all for it.

Thanks


--

Dave Peterson


--

Dave Peterson
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
Why is the order of my data table opposite from graph? mozermodo Charts and Charting in Excel 6 April 25th 23 03:43 AM
Increasing distance labels using drag down method Bowbender Excel Worksheet Functions 2 September 20th 05 09:25 PM
Data validation, cell protection or other method? KG Excel Discussion (Misc queries) 5 June 17th 05 05:22 AM
Import Data Keeps asking for Password Dominator Excel Discussion (Misc queries) 0 June 5th 05 11:25 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


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