ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   concatenate contents of cells whose contents resemble cell referem (https://www.excelbanter.com/excel-worksheet-functions/231754-concatenate-contents-cells-whose-contents-resemble-cell-referem.html)

CathyH

concatenate contents of cells whose contents resemble cell referem
 
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?

FSt1

concatenate contents of cells whose contents resemble cell referem
 
hi
try this..
=A1&B1

Regards
FSt1

"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?


T. Valko

concatenate contents of cells whose contents resemble cell referem
 
Try this:

=IF(COUNTA(A1:B1)=2,A1&B1,"")

--
Biff
Microsoft Excel MVP


"cathyh" wrote in message
...
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?




Max

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?



All times are GMT +1. The time now is 09:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com