how to divide and unique names in to one slicer

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
I doubt many will want to open a zip file!
Better if you post a sample and an explanation of what you are trying to achieve.
 
Upvote 0
i have many name in one column and i want make one unique and divided slicer for

[TABLE="width: 174"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: left"]Noah, Thomas, Lucas[/TD]
[/TR]
[TR]
[TD="align: left"]William, Lucas, Mateo[/TD]
[/TR]
[TR]
[TD="align: left"]James, Gabriel, Logan[/TD]
[/TR]
[TR]
[TD="align: left"]Logan, Lincoln, Isaac[/TD]
[/TR]
[TR]
[TD="align: left"]Benjamin, Daniel, Michael[/TD]
[/TR]
[TR]
[TD="align: left"]Mason, Charles, Matthew[/TD]
[/TR]
[TR]
[TD="align: left"]Elijah, Michael, Thomas[/TD]
[/TR]
[TR]
[TD="align: left"]Oliver, William, Charles[/TD]
[/TR]
[TR]
[TD="align: left"]Jacob, Dylan, Joshua[/TD]
[/TR]
[TR]
[TD="align: left"]Lucas, Elijah, Wyatt[/TD]
[/TR]
[TR]
[TD="align: left"]Michael, Mateo, Levi[/TD]
[/TR]
[TR]
[TD="align: left"]Alexander, Aiden, John[/TD]
[/TR]
[TR]
[TD="align: left"]Ethan, Julian, Carter[/TD]
[/TR]
[TR]
[TD="align: left"]Daniel, Caleb, David[/TD]
[/TR]
[TR]
[TD="align: left"]Matthew, Isaac, Lucas[/TD]
[/TR]
[TR]
[TD="align: left"]Aiden, Levi, Isaiah[/TD]
[/TR]
[TR]
[TD="align: left"]Henry, Ryan, Isaiah[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
something like this?

slicer.jpg
 
Upvote 0
use PowerQuery
split first column by delimiter ", " (comma space) to rows

then you can:
create PivotTable from Query Table and insert slicer
or
load Query Table to the sheet and insert slicer

---
Slicer Size and Properties - Number of columns = 3

btw. don't quote whole post, it doesn't make sense
 
Last edited:
Upvote 0
use PowerQuery
split first column by delimiter ", " (comma space) to rows

then you can:
create PivotTable from Query Table and insert slicer
or
load Query Table to the sheet and insert slicer

---
Slicer Size and Properties - Number of columns = 3

btw. don't quote whole post, it doesn't make sense
Is there no other way than Power Query?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,112
Messages
6,189,039
Members
453,521
Latest member
Chris_Hed

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