Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Merge base on same code number

Hi Groups,

I have such data which is one column (ex:B) has various same code number,
but di other column (ex : A) has single different area. So, how can I make
within one code number consist of many area in one cell. If I use "&"
function, it takes longer time, how can i make this more quicker, data is
very big.

Regards,

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Merge base on same code number


Pran,

Please post your workbook (or sample workbook) - scroll down and see
"Manage Attachments".


Have a great day,
Stan


--
stanleydgromjr
------------------------------------------------------------------------
stanleydgromjr's Profile: http://www.thecodecage.com/forumz/member.php?userid=503
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=115352

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Merge base on same code number

Stan,

As below is sample work book....

AREA CODE
SPPT No. 0130 SHGB No. 72/Kanci Kulon
SPPT No. 0132 SHGB No. 72/Kanci Kulon
SPPT No. 0131 SHGB No. 72/Kanci Kulon
SPPT No. 0153 SHGB No. 75/Kanci Kulon
SPPT No. 0154 SHGB No. 75/Kanci Kulon
etc etc

So, i wish that :

CODE AREA
SHGB No. 72/Kanci Kulon SPTT No. 0130, SPPT No. 0132, SPPT No. 0131
And So on...


Please help








"stanleydgromjr" wrote:


Pran,

Please post your workbook (or sample workbook) - scroll down and see
"Manage Attachments".


Have a great day,
Stan


--
stanleydgromjr
------------------------------------------------------------------------
stanleydgromjr's Profile: http://www.thecodecage.com/forumz/member.php?userid=503
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=115352


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Merge base on same code number


Pran,

I can not tell by your last post of flat text where your data begins,
what column(s) they are in, etc.

Please post your workbook (or sample workbook) - scroll down and see
"Manage Attachments".


Have a great day,
Stan


--
stanleydgromjr
------------------------------------------------------------------------
stanleydgromjr's Profile: http://www.thecodecage.com/forumz/member.php?userid=503
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=115352

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Merge base on same code number

Hi,

Please download and install the following addin
(http://download.cnet.com/Morefunc/30...-10423159.html) and then use
the following array formula (Ctrl+Shift+Enter)

=SUBSTITUTE(TRIM(MCONCAT(IF($C$6:$C$10=B14,$B$6:$B $10,"")," ")),"
SPPT",",SPPT")

B6:B10 has the area and C6:C10 has the code. B14 holds the code

Hope this helps.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Pran" wrote in message
...
Stan,

As below is sample work book....

AREA CODE
SPPT No. 0130 SHGB No. 72/Kanci Kulon
SPPT No. 0132 SHGB No. 72/Kanci Kulon
SPPT No. 0131 SHGB No. 72/Kanci Kulon
SPPT No. 0153 SHGB No. 75/Kanci Kulon
SPPT No. 0154 SHGB No. 75/Kanci Kulon
etc etc

So, i wish that :

CODE AREA
SHGB No. 72/Kanci Kulon SPTT No. 0130, SPPT No. 0132, SPPT No. 0131
And So on...


Please help








"stanleydgromjr" wrote:


Pran,

Please post your workbook (or sample workbook) - scroll down and see
"Manage Attachments".


Have a great day,
Stan


--
stanleydgromjr
------------------------------------------------------------------------
stanleydgromjr's Profile:
http://www.thecodecage.com/forumz/member.php?userid=503
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=115352




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Merge base on same code number

Hi there,

I already downloaded for addin and simply copy the formula, so far the
result is #NAME?, I checked and found that could be from MCONCAT syntax which
is not listed in my excel function.

Could give me more advice for this?

Kind Regards,
Pran

"Ashish Mathur" wrote:

Hi,

Please download and install the following addin
(http://download.cnet.com/Morefunc/30...-10423159.html) and then use
the following array formula (Ctrl+Shift+Enter)

=SUBSTITUTE(TRIM(MCONCAT(IF($C$6:$C$10=B14,$B$6:$B $10,"")," ")),"
SPPT",",SPPT")

B6:B10 has the area and C6:C10 has the code. B14 holds the code

Hope this helps.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Pran" wrote in message
...
Stan,

As below is sample work book....

AREA CODE
SPPT No. 0130 SHGB No. 72/Kanci Kulon
SPPT No. 0132 SHGB No. 72/Kanci Kulon
SPPT No. 0131 SHGB No. 72/Kanci Kulon
SPPT No. 0153 SHGB No. 75/Kanci Kulon
SPPT No. 0154 SHGB No. 75/Kanci Kulon
etc etc

So, i wish that :

CODE AREA
SHGB No. 72/Kanci Kulon SPTT No. 0130, SPPT No. 0132, SPPT No. 0131
And So on...


Please help








"stanleydgromjr" wrote:


Pran,

Please post your workbook (or sample workbook) - scroll down and see
"Manage Attachments".


Have a great day,
Stan


--
stanleydgromjr
------------------------------------------------------------------------
stanleydgromjr's Profile:
http://www.thecodecage.com/forumz/member.php?userid=503
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=115352


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
how do I mail merge data base from Excel to word eddieg Excel Discussion (Misc queries) 1 September 13th 08 10:02 PM
I want to transfer a data base file into Excel then do mail merge Jan Excel Discussion (Misc queries) 3 July 7th 06 08:58 PM
How do i set up a data base in excel for code 128 charlieking4747 Excel Discussion (Misc queries) 1 June 9th 06 06:25 PM
How do I set the number format to Base 12? Andrew Moore Excel Discussion (Misc queries) 1 January 2nd 06 11:15 PM
Can you change the base number from 100 to something else with %'s Jarod Excel Worksheet Functions 2 May 20th 05 02:20 AM


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