Formula to find cell

R

Rob_Rad

I need a formula to read a value in a single cell and use that value to
determine how many cells left to go to retreive a value.
For example, cell B3 contains the value 5. the formula in cell L4 would go
down 2 rows (static value) and left 5 cells(using the value from cell B3) and
retrieve the value in cell E6.
Thanks
 
T

T. Valko

the formula in cell L4 would go down 2 rows (static value)
and left 5 cells(using the value from cell B3) and retrieve
the value in cell E6.

From L4:

Down 2 rows and 5 columns to the left puts you at cell G6.

=OFFSET(L4,2,-B3)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top