how to divide and unique names in to one slicer

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
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

Noah, Thomas, Lucas
William, Lucas, Mateo
James, Gabriel, Logan
Logan, Lincoln, Isaac
Benjamin, Daniel, Michael
Mason, Charles, Matthew
Elijah, Michael, Thomas
Oliver, William, Charles
Jacob, Dylan, Joshua
Lucas, Elijah, Wyatt
Michael, Mateo, Levi
Alexander, Aiden, John
Ethan, Julian, Carter
Daniel, Caleb, David
Matthew, Isaac, Lucas
Aiden, Levi, Isaiah
Henry, Ryan, Isaiah

<colgroup><col></colgroup><tbody>
</tbody>
 
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,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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