Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

obtaining value every 10th rows 3

Status
Not open for further replies.

COEngineeer

Structural
Sep 30, 2006
1,186
Lets say Column A I have a column full of data (lets say 100 data). What formula do I need to put on B so I can easily drag it down to however many row so that it will obtain A10,A20,A30...,A100. ? Am I making any sense? I dont want to type in =A10, =A20 .... etc. manually.

Never, but never question engineer's judgement
 
Replies continue below

Recommended for you

=INDIRECT("A"&10*(CELL("row",B1)))

Put this formula in B1 and drag it down to return the value in A10, A20, etc.

-handleman, CSWP (The new, easy test)
 
Many ways to skin a cat:

[tt]=INDEX($A:$A,10*ROW(A1))[/tt]
or
[tt]=OFFSET($A$1,10*ROW(A1)-1,0)[/tt]

I like the INDEX one because it is easy to understand, and the fastest. I also noted that using ROW(A1) is about 15% faster than CELL("row",A1)

Cheers,
Joerd

Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
 
thank you guys.. I have not tried any of them yet. I dont know which one to use yet. Appreciate it!

Never, but never question engineer's judgement
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor