xcellerator
New Member
- Joined
- Feb 22, 2017
- Messages
- 23
- Office Version
- 2019
- Platform
- MacOS
I am sure this has been asked and answered here before already, but I'm not even sure what terms to use...as you can tell from my subject header!
I have a table like this - only it is massive...tens of thousands of rows, and dozens of columns.
I am looking to filter/pivot/dosomethingelse to get the data to show only the customers that purchased Apples, but also show everything they purchased (so not filter to just Apples).
So it would look like this:
Then after this my I would want to pivot this table, so I could see the total revenue for these "filtered" Customers (so just Bob and Sam), or the total revenue by Product, etc.
So basically what I would think I would do is:
1. filter Product for Apple
2. then somehow filter Customer for Bob and Sam and keep it locked to just those 2
3. remove Product filter
But I can't figure out how to do what I would think is Step 2.
Maybe I should even be using Pivots for the whole thing...not sure.
Thank you for any advice.
I have a table like this - only it is massive...tens of thousands of rows, and dozens of columns.
Customer | Product | Revenue |
Bob | Apple | 10 |
Bob | Orange | 4 |
Annie | Banana | 8 |
Sam | Apple | 7 |
Sam | Fig | 3 |
Katie | Banana | 8 |
Katie | Grapes | 5 |
I am looking to filter/pivot/dosomethingelse to get the data to show only the customers that purchased Apples, but also show everything they purchased (so not filter to just Apples).
So it would look like this:
Customer | Product | Revenue |
Bob | Apple | 10 |
Bob | Orange | 4 |
Sam | Apple | 7 |
Sam | Fig | 3 |
Then after this my I would want to pivot this table, so I could see the total revenue for these "filtered" Customers (so just Bob and Sam), or the total revenue by Product, etc.
So basically what I would think I would do is:
1. filter Product for Apple
2. then somehow filter Customer for Bob and Sam and keep it locked to just those 2
3. remove Product filter
But I can't figure out how to do what I would think is Step 2.
Maybe I should even be using Pivots for the whole thing...not sure.
Thank you for any advice.