Concat only unique values from one column

isaacv22

New Member
Joined
Sep 30, 2021
Messages
48
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'm trying to Concat only uniques values from column K, however since the values in column K are the combination of values in columns F-I I'd like to concat these as well. For example if Cell K2 is a unique value then I'd like to concat this value to sheet 2 along with the values of cloumns F2-I2 which are the vlues that make the overall value of K2. Below is minisheet to reference.

Thanks,

New GUI.xlsm
FGHIJK
1MaterialSeriesSurfaceWidthIN/MMChain Desc
2HP8500624INHP8506-24IN
3HP8500518INHP8505-18IN
4HP7700524INHP7705-24IN
5HP1500524INHP1505-24IN
6HP8500518INHP8505-18IN
7HP7700524INHP7705-24IN
8HP1500524INHP1505-24IN
form
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Try starting with this
=TEXTJOIN(", ",TRUE,UNIQUE(range))
 
Upvote 0
Solution
Thanks, I was able to use this formula and run with it so thank you. It's my first time using textjoin in a formula so I wasn't aware of it.
 
Upvote 0

Forum statistics

Threads
1,214,837
Messages
6,121,883
Members
449,057
Latest member
Moo4247

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top