View Single Post
  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
only possible using VBA. Try downloading MOREFUNC.XLL
(http://longre.free.fr/english) and try the following formula
=MCONCAT(IF(A1:A100=1,B1:B100,""),",")
and enter this as array formula with CTRL+sHIFT+ENTER

--
Regards
Frank Kabel
Frankfurt, Germany
"K.S.Warrier" schrieb im Newsbeitrag
...
Hi,
Thanks for your immediate response.
If col A1:A10 contain values.. 8,1,6,4,1,7,2,2,1,0
&
col B1:B10 contain texts.. ma,ra,cha,ku,su,ke,A(La),si,sa,gu
How to combine the texts from col B corresponding to 1 in col A.
Here the answer expected is= ra su sa
or =ra,su,sa
I hope it is clear now.
Thank you
K.s.warrier


"Frank Kabel" wrote:

Hi
not really sure what you're looking for. Could you give an example?

--
Regards
Frank Kabel
Frankfurt, Germany
"K.S.Warrier" schrieb im
Newsbeitrag
...
Can someone among the group suggest a possible formula to
concatenate(combine) values/texts from a column A, corresponding to a
repeated value/text from another column B.

Thanks in advance
K.S.Warrier