How to call a cell ?

E

Eric

Does anyone know how to call a cell in following situation? for example
In cell A1 = 10, in cell B1 = A3 by moving up 2 cell = A1 >>> A(3-2) = A1
Can I perform this kind of format to locate the cell value?
Thank for any suggestion
Eric
 
N

Niek Otten

Hi Eric,

Look in HELP for the INDIRECT() function

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Does anyone know how to call a cell in following situation? for example
| In cell A1 = 10, in cell B1 = A3 by moving up 2 cell = A1 >>> A(3-2) = A1
| Can I perform this kind of format to locate the cell value?
| Thank for any suggestion
| Eric
 
J

JLatham

It sounds like Eric answered your question. Just an added comment or idea:
look at OFFSET also. You can use OFFSET and INDIRECT together to get some
added flexibility.
 
Top