concatenate contents of cells whose contents resemble cell referem

C

cathyh

cell A1 contains the value A
cell B1 contains the value 5

in cell C1, i want to concatenate the contents of cell A1 and cell B1 so
that the answer would be A5

because the values resemble cell references, i'm having trouble.

any ideas?
 
M

Max

because the values resemble cell references, i'm having trouble.
I'm not sure what kind of trouble you're having. If you're looking to
retrieve the contents of the resulting cell ref in the concat string, then
In C1: =INDIRECT(A1&B1)
will do this
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
 

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