Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Merge multiple cells

Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default Merge multiple cells

Hi Ljoe,

=a3&a4&a5&a6&a7&a8&a9&a10

or if you need space between the texts of each cell use =a3&" "&a4&" " etc

hth
regards from Brazil
Marcelo

"LJoe" escreveu:

Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 430
Default Merge multiple cells

Not sure if there is a shorter way to do this but you could use.

=A3&A4&A5&A6&A7&A8&A9&A10

"LJoe" wrote:

Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Merge multiple cells

CONCATENATE function
"LJoe" wrote in message
...
Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Merge multiple cells


What about - highlight cells A3-A10 ,goto format, cells, merge cells
am I missin sumfin


--
ferg
------------------------------------------------------------------------
ferg's Profile: http://www.excelforum.com/member.php...o&userid=36519
View this thread: http://www.excelforum.com/showthread...hreadid=563484



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Merge multiple cells

Yes, you're missing the fact that the data in A4:A10 would be lost.

Excel keeps only the data from the top left cell.


Gord Dibben MS Excel MVP

On Fri, 21 Jul 2006 00:29:24 -0400, ferg
wrote:


What about - highlight cells A3-A10 ,goto format, cells, merge cells
am I missin sumfin


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Merge multiple cells

choose a cell in column 11 or higher and use function "=CONCANTENATE(A3:A10)"

"LJoe" wrote:

Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Merge multiple cells

Did you try that?


--
Regards,

Peo Sjoblom



"lisann" wrote in message
...
choose a cell in column 11 or higher and use function
"=CONCANTENATE(A3:A10)"

"LJoe" wrote:

Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!



  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Merge multiple cells

Aside from the spelling mistake, that formula won't work.

=CONCATENATE(A3,A4,A5,A6) is OK

Shorter is =A3&A4&A5&A6

And why a cell in column 11 or higher?

LJoe is merging cells from one column(A) only.


Gord Dibben MS Excel MVP

On Thu, 24 May 2007 15:44:00 -0700, lisann
wrote:

choose a cell in column 11 or higher and use function "=CONCANTENATE(A3:A10)"

"LJoe" wrote:

Hey Everyone,

I need to merge multiple cells into one. Is there any way to do that
without having to copy and paste and text wrap in one cell? Basically, I
need A3 to A10 to merge into one cell without losing any of the text.

Thank You for your help!


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
link multiple cells to multiple cells jpoltor Excel Discussion (Misc queries) 2 March 25th 06 08:59 AM
link multiple cells to multiple cells jpoltor Excel Discussion (Misc queries) 1 March 22nd 06 08:10 AM
Formula to delete blank cells across multiple columns? SamFunMail Excel Worksheet Functions 2 September 1st 05 07:05 AM
merge multiple row cells of text corresponding to one row of data roberta t williams Excel Worksheet Functions 0 August 12th 05 04:09 PM
How can I have excel search and add multiple cells to find a targe Blakepro Excel Discussion (Misc queries) 1 April 1st 05 02:37 AM


All times are GMT +1. The time now is 07:33 PM.

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"