View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Retrieve cell value basis the inputs into a diff cell // sk.

Try this:

=INDIRECT(A5&B5)

--
Biff
Microsoft Excel MVP


"sansk_23" wrote in message
...
Hi !!

If the cell A5 has the value E
and the call B5 has the value 5
The formula CONCATENATE(A5,B5) will give me the result as E5.
How can i automatically retrieve what is the value in the Cell E5 ?

rgds, sansk_23.