Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 505
Default Excel 2002: Merging cell content with a comma seperattor

Dear Sir,

May I know how to merge reference numbers in different cells to a single
cell with a comma seperator between each of them ?

Lets consider the following worksheet exampole:

Before merging

A B C D E F
1 PL12 PL13 PL14 PL15 PL16 PL17
2


After Merging

A
1 PL12,PL13,PL14,PL15,PL16,PL17
2



Thanks

Low

--
A36B58K641
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Excel 2002: Merging cell content with a comma seperattor

Try this:
=CONCATENATE(A1,",",B1,",",C1,",",D1,",",E1,",",F1 )


"Mr. Low" wrote:

Dear Sir,

May I know how to merge reference numbers in different cells to a single
cell with a comma seperator between each of them ?

Lets consider the following worksheet exampole:

Before merging

A B C D E F
1 PL12 PL13 PL14 PL15 PL16 PL17
2


After Merging

A
1 PL12,PL13,PL14,PL15,PL16,PL17
2



Thanks

Low

--
A36B58K641

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 505
Default Excel 2002: Merging cell content with a comma seperattor

DEar Madam,

It works, but entering the formula for lage number of cell reference is
tedious, is there any easy way of doing it ?

Thanks

Low


--
A36B58K641


"Teethless mama" wrote:

Try this:
=CONCATENATE(A1,",",B1,",",C1,",",D1,",",E1,",",F1 )


"Mr. Low" wrote:

Dear Sir,

May I know how to merge reference numbers in different cells to a single
cell with a comma seperator between each of them ?

Lets consider the following worksheet exampole:

Before merging

A B C D E F
1 PL12 PL13 PL14 PL15 PL16 PL17
2


After Merging

A
1 PL12,PL13,PL14,PL15,PL16,PL17
2



Thanks

Low

--
A36B58K641

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
Don't change cell content in Excel by dragging Santegoeds Excel Worksheet Functions 1 October 26th 06 08:23 PM
excel cell content cuts off when merged to word Salt Lake City Excel Discussion (Misc queries) 1 March 29th 06 07:51 PM
How do I flag a cell in Excel 2002 when the date entered has pass sas1950 Excel Discussion (Misc queries) 1 February 15th 06 04:52 PM
How do I flag a cell in Excel 2002 when the date entered has pass sas1950 Excel Discussion (Misc queries) 0 February 15th 06 04:20 PM
Can you reference a cell that is sorted in excel 2002? Dave Green Excel Worksheet Functions 3 October 22nd 05 11:59 PM


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