concatenate contents of cells whose contents resemble cell referem

  • Thread starter Thread starter cathyh
  • Start date Start date
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?
 
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
 
Back
Top