Hello Excel Community,

I have kind of ran into a wall with a project I'm working on right now. I don't expect a full answer to my problem but anything that'll get me a head start into making it. So right now I have an excel file that has a data model in with multiple pivot tables (With a lot of fields). I want to create a simple and easy-to-use userform where a person using it can go through a checklist (option button or list) of what they need or slowly filtering out through the fields and at the end, it would display a pivot table of the required information.

I was thinking that it required a VBA to extract the data from the pivot table and spit it out as a pivot table.

Thanks!