View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default How to call a cell ?

Hi Eric,

Look in HELP for the INDIRECT() function

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Eric" wrote in message ...
| 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