Forum Discussion
Thomas Capacci
Mar 19, 2024Brass Contributor
Excel macOs - transpose data for creating a pie chart
I have a simple excel file with two columns. Column A is user email address, column B is Location. I want to make a pie chart that shows the percentage of people for each location If I select...
- Mar 19, 2024
Create a pivot table based on the data.
Display the number of addresses per location as a percentage of the Grand Total.
Then create a pie chart based on the pivot table.
Demo workbook attached.
HansVogelaar
Mar 19, 2024MVP
Create a pivot table based on the data.
Display the number of addresses per location as a percentage of the Grand Total.
Then create a pie chart based on the pivot table.
Demo workbook attached.
- Thomas CapacciMar 19, 2024Brass ContributorDank u wel!
Got it like I wanted 🙂