Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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?



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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula: copy/concatenate cell contents matching condition Neil Hutchinson Excel Discussion (Misc queries) 4 September 2nd 08 09:51 AM
Concatenate cells, replacing blanks with cell contents from other rows [email protected] Excel Worksheet Functions 10 February 21st 07 03:16 PM
compare the contents of one range of cells with the contents of a. Dozy123 Excel Discussion (Misc queries) 1 January 24th 07 10:14 AM
Macro to remove contents of cell and move all other contents up one row adw223 Excel Discussion (Misc queries) 1 July 1st 05 03:57 PM
Cell contents vs. Formula contents Sarah Excel Discussion (Misc queries) 3 December 15th 04 06:02 PM


All times are GMT +1. The time now is 03:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"