T
T. Valko
Download and install the free Morefunc.xll add-in from:
http://xcell05.free.fr/morefunc/english/index.htm
Then, based on the sample data you posted...
Assuming this data is in the range A2:B12. You have the unique groups listed
in the range E2:E5.
Enter this array formula** in F2 and copy down to F5:
=SUBSTITUTE(TRIM(MCONCAT(IF(A$2:A$12=E2,B$2:B$12,"")&" "))," ","^")
** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)
http://xcell05.free.fr/morefunc/english/index.htm
Then, based on the sample data you posted...
Assuming this data is in the range A2:B12. You have the unique groups listed
in the range E2:E5.
Enter this array formula** in F2 and copy down to F5:
=SUBSTITUTE(TRIM(MCONCAT(IF(A$2:A$12=E2,B$2:B$12,"")&" "))," ","^")
** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)