View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
YGSBill YGSBill is offline
external usenet poster
 
Posts: 4
Default How do I assign a partial cell address using data?

I am new to Excel programming and have run into a problem.
I will try to describe as best as I can:

Cell A23 has text "ABC"
Cell B12 has formula which results in the number 23

What I would like to do in cell A99 is "=A23" where "A" is fixed and the
"23" comes from cell B12. In other words it would look something like this:
=A(B12)

The above does not work...even if I convert 23 to text.

Any suggestions?