Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
AccountantPB
 
Posts: n/a
Default functions/formulas

How do I reference the formula above and get the result off 101 rows below
that formula? I need to reference every 101 st row but put the information
one row on top of each other.

Thanks
  #2   Report Post  
Gary Brown
 
Posts: n/a
Default

If the formula above is in A1 and your forumla is in B1, try...
=OFFSET($A$1,101*ROW()-1,0)

How to read this formula.

'OFFSET(A1' = Get the value in the cell that is offset from cell A1 by...

'101*ROW()' = 101 rows down times the row # that this forumla is on. ie. if
this formula is on row 1 multiply 101 * 1 to look at row 101, if on row 2,
multiply 101 * 2 to look at row 202, 303, 404, etc.

',0)' = Get the value in the cell that is offset from cell A1 by...
-0- columns from Column A.

HTH,
--
Gary Brown



"AccountantPB" wrote:

How do I reference the formula above and get the result off 101 rows below
that formula? I need to reference every 101 st row but put the information
one row on top of each other.

Thanks

  #3   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

If your formulas start in cell A3, for example, and you want to pull from
row 10, 111, 212, etc of column B, then in cell A3 use the formula

=INDIRECT("B" & (ROW()-ROW($A$3))*101+10)

and copy down as far as you need.

HTH,
Bernie
MS Excel MVP


"AccountantPB" wrote in message
...
How do I reference the formula above and get the result off 101 rows below
that formula? I need to reference every 101 st row but put the
information
one row on top of each other.

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



All times are GMT +1. The time now is 12:58 AM.

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"