#1   Report Post  
carl
 
Posts: n/a
Default MCONCAT Question

I'm trying to use the formula in B1 and concat b4:b12 if the value in A4:a12
is equal to A1 (the number 1) - like the result shown below. Is it possible ??

A B
1 J2,Q2,K1,C7
2
Unit Group
1 J2
1 Q2
1 K1
2 S8
2 I2
2 N2
1 C7
2 V3

  #2   Report Post  
Harlan Grove
 
Posts: n/a
Default

carl wrote...
I'm trying to use the formula in B1 and concat b4:b12 if the value in

A4:a12
is equal to A1 (the number 1) - like the result shown below. Is it

possible ??

A B
1 J2,Q2,K1,C7
2
Unit Group
1 J2
1 Q2
1 K1
2 S8
2 I2
2 N2
1 C7
2 V3


Assuming you're using the MCONCAT function in Laurent Longre's
MOREFUNC.XLL add-in, try the array formula

=SUBSTITUTE(TRIM(MCONCAT(IF(A4:A11=A1,B4:B11,"")," "))," ",",")

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
Question about combining data from multiple workbooks into one rep BookOpenandUpright Excel Discussion (Misc queries) 2 February 19th 05 12:37 PM
basic pie chart question KayR Charts and Charting in Excel 4 January 23rd 05 08:16 PM
An easy macro question and one I believe to be a little more diffi TroutKing Excel Worksheet Functions 3 January 18th 05 09:17 PM
Link Question grits75 Excel Worksheet Functions 2 December 28th 04 01:03 PM
test for date in column question Buster Excel Worksheet Functions 1 December 10th 04 04:38 AM


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