View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default concatenate contents of cells whose contents resemble cell referem

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
---
"cathyh" wrote:
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?