Forum Discussion
Text Join - Return Unique Values Only
- May 31, 2021
Press Alt+F11 to activate the Visual Basic Editor.
Select Insert > Module.
Copy/paste the code from my previous reply into the new module.
Switch back to Excel.
Create the following formula for column C:
=ConcatenateIf($B$2:$B$48,$P$1,C$2:C$48,", ")
This can be filled or copied to the right for columns D, E, etc.
Save the workbook as a macro-enabled workbook (*.xlsm)
Make sure that you allow macros when you open it.
I hate to ask and really do appreciate it all!
Press Alt+F11 to activate the Visual Basic Editor.
Select Insert > Module.
Copy/paste the code from my previous reply into the new module.
Switch back to Excel.
Create the following formula for column C:
=ConcatenateIf($B$2:$B$48,$P$1,C$2:C$48,", ")
This can be filled or copied to the right for columns D, E, etc.
Save the workbook as a macro-enabled workbook (*.xlsm)
Make sure that you allow macros when you open it.
- Mossad076May 31, 2021Copper ContributorThis works. Thank you so much!