#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Cant merge cell

When I merge two cells , the contents of which are X and Y, I get only one X
in the merged cell. Worthless...
I would like to get XY

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 81
Default Cant merge cell

This is not possible in Excel, but if you wish you can use this formula in
another cell,
If X is in cell A1 and Y is in cell B1, you can write this formula in any
cell:

=CONCATENATE(A1,B1)

I am no expert, maybe somebody else can come up with a better solution

Regards

"Dadada" wrote:

When I merge two cells , the contents of which are X and Y, I get only one X
in the merged cell. Worthless...
I would like to get XY

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Cant merge cell

That's the way it is, only the leftmost cell contents are retained. Anyway,
its best not to use merged cells as they can pose all sorts of downstream
problems. If you want to concat the result XY, you could also just use, eg in
C2: = A2&B2, where X and Y are housed in A2 and B2. The ampersand "&" is the
concat operator. Success? hit the YES below
--
Max
Singapore
---
"Dadada" wrote:
When I merge two cells , the contents of which are X and Y, I get only one X
in the merged cell. Worthless...
I would like to get XY

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
merge cell ga1260 Excel Discussion (Misc queries) 6 October 16th 08 03:38 PM
how to merge many cell to one cell with keeping all data Valley Excel Worksheet Functions 0 August 25th 06 01:12 PM
How to merge one cell from many workbooks to one cell on one work Marc Excel Worksheet Functions 2 October 31st 05 02:07 AM
Merge cell & Copy Data from different cell MK Excel Discussion (Misc queries) 0 June 24th 05 10:54 AM
How do I merge 2 cells for ex. DE (1 cell) & 01234 (2 cell) into . DaysofSomer Excel Discussion (Misc queries) 1 January 31st 05 07:55 PM


All times are GMT +1. The time now is 12:09 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"