Cell references in Excel formula's

Closed
Culla - Sep 23, 2009 at 01:41 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Sep 23, 2009 at 10:33 PM
Hello,

I'm looking for a formula that will change the cell it refers to be a set increment. I need to repeat this a couple of times, by pulling the formula horizontally while the cell it refers to is further down in a column.

For example Cell A1 = B11, Cell B2=B22, Cell C2 = B33, D2 = B44 etc.
Related:

1 response

venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 811
Sep 23, 2009 at 10:33 PM
I suppose you have some entries in B11,B22,B33 etc
now in A1 type or copy paste this formula

=INDIRECT("B"&11*ROW(A1))

copy A1 down.
do you get what you want. if so confirm
0