This thing need a little VBA approach and its simple follow the steps below
http://www.excelforum.com/tips-and-t...geravatar.html
click above link copy the code provided by senior member of the forum Tigeravater, go to your sheet then hit alt+f11 to open VB editor then go to insert at the top and click module and paste code there now go to your sheet1 in cell D2
copy paste below formula
Formula:
=ConcatAll(IF(IF($C$2:$C$73=C2,$A$2:$A$73,"")=A2,"",IF($C$2:$C$73=C2,$A$2:$A$73,"")),"/")
then hold control and shift together and hit enter to make it array formula and drag down
you can change red part to your required concatenation type such as "-" or "|" or whatever you want
save the file as .xlsm or macro enabled book
change the ranges in formula as required.
Bookmarks