I have the following scenario:
I have repeated values in Column C and Column D. I have some values in column E.
Output required: I have the unique values of column C in the Column K and unique values of column D distributed in Row 4 (L4:R4).
I want to join texts from Column E if the values in Column C and Column D matches. I want the following.
How to do this in excel using functions (no VBA)? Thanks.