Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
chrisnelsonusa1
 
Posts: n/a
Default Merging Cells


You could concatenate the two cells together instead of merging them. If
the two cells are A1 and B1 the equation goes like this.

=concatenate(A1,B1)

That will take the information from cell A1 and merge it with B1 and
anything else you want to add to all the cells can be added by putting
another comma in and specifying what you want to add, i.e.

=concatenate(a1," ", b1) - would put a space between the two pieces of
text.

=concatenate(a1,"-",b1) - would put a dash between the two pieces of
text.

=concatenate(a1,b1,"This is cool") - would put This is cool after the
two pieces of text.

Hope that helps
Chris


--
chrisnelsonusa1
------------------------------------------------------------------------
chrisnelsonusa1's Profile: http://www.excelforum.com/member.php...o&userid=29526
View this thread: http://www.excelforum.com/showthread...hreadid=492272

 
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
Merging cells with the same values Iain Excel Discussion (Misc queries) 0 August 8th 05 06:35 PM
Merging Two Cells and Keeping the Values Raymond Excel Discussion (Misc queries) 10 May 30th 05 08:05 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
Merging cells with text as one line Jim Excel Worksheet Functions 1 December 23rd 04 01:29 AM
Merging Cells BruceT Excel Worksheet Functions 1 December 2nd 04 06:38 AM


All times are GMT +1. The time now is 12:54 AM.

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

About Us

"It's about Microsoft Excel"