Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Arlene
 
Posts: n/a
Default Help One Way did not work

The reply to my problem below did bring the variable over to column b,
however, the fill option repeats the same variable in row 1 and does not
extract the data in every 3rd row. What do you mean by copy down? nine
thousand records!

One way:

B1: =INDEX(A:A,(ROW()-1)*3+1)


Copy down.

In article ,
Arlene wrote:

need step by step instructions to extract data from column A starting with A1
and grab A4, A7, A10, A13, etc.



--
ALFR
  #2   Report Post  
Chrynoble
 
Posts: n/a
Default

to cause the current formula to "auto-fill" down the side of another column,
simply enter the formula in the first row, and then double click the small
dark box in the lower right of the cell.

Was this your question?

"Arlene" wrote:

The reply to my problem below did bring the variable over to column b,
however, the fill option repeats the same variable in row 1 and does not
extract the data in every 3rd row. What do you mean by copy down? nine
thousand records!

One way:

B1: =INDEX(A:A,(ROW()-1)*3+1)


Copy down.

In article ,
Arlene wrote:

need step by step instructions to extract data from column A starting with A1
and grab A4, A7, A10, A13, etc.



--
ALFR

  #3   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi Arlene

JE gave you the perfect answer, but perhaps you have not understood its
operation.
The formula is telling Excel to Index the whole of column A, so that it
knows the numeric position of each value in the column, then take the value
corresponding to the value after the comma in the formula.

ROW() returns the row number of the cell in which the formula exists i.e. 1
when in B1
so, (ROW()-1) = (1 -1) = 0 * 3 = 0 + 1 = 1
so in B1 Index returns the first value in column A

When you copy the formula from B1 to B2, then ROW() = 2
so, (ROW()- 1) = (2 -1) = 1 * 3 = 3 + 1 =4
so in B2 Index would return the 4th value in column A.

As you copy the formula down column B, so the values extracted will be the
1st, 4th, 7th etc.

You can copy down by hovering the cursor over the bottom right corner of
cell B1 until the cursor forms a small solid black cross. Dependant upon
your version of Excel, double clicking the cross will fill down through the
same range that holds data in column A, or, holding the left mouse button
down as you drag the mouse down through B2 to as far as you wish, will copy
the formula down.

Regards

Roger Govier


Arlene wrote:
The reply to my problem below did bring the variable over to column b,
however, the fill option repeats the same variable in row 1 and does not
extract the data in every 3rd row. What do you mean by copy down? nine
thousand records!

One way:

B1: =INDEX(A:A,(ROW()-1)*3+1)


Copy down.

In article ,
Arlene wrote:


need step by step instructions to extract data from column A starting with A1
and grab A4, A7, A10, A13, etc.




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
Spin button in a work sheet - how do I make it work? [email protected] Excel Worksheet Functions 1 April 7th 05 08:43 PM
Erase & Draw Border functions no longer work bob m Excel Discussion (Misc queries) 2 February 25th 05 06:03 PM
How to get saved old saved work that was saved over? Maral Excel Discussion (Misc queries) 1 February 20th 05 08:59 PM
Service work order schoolgeek63 Charts and Charting in Excel 1 January 7th 05 08:07 PM
How do I ensure dates inputted are during the work week? Jim Johnson Excel Worksheet Functions 3 October 29th 04 08:25 AM


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