Using Charts

saxophonemaster

New Member
Joined
Sep 8, 2010
Messages
5
I'm trying to get this pie chart to do what I want it to and it's not cooperating.

Here's how I want to start with this chart and then eventually make it more dynamic.

I have the chart in it's own sheet, but I want to pull information from a different sheet called 'Transaction List'.

From that sheet I am using data from rows 7- 1500

I need the categories of the pie chart to be based on the categories in column E and the values to be based on column G. I only want it to take data from rows where the value in column G is negative. I assume that for the pie chart I will need these negative values to be translated into their positive counterparts. So -33 would be 33 for the chart.

So in theory, I want the pie chart area to represent the absolute value of the total of the values in column G. And the sections of the pie chart should represent the percentages of each category subtotal in comparison with the total.

Sorry for the long description, I just don't know where to really start.

Thanks!
-Travis
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Here is what I have come up with:

Excel Workbook
DEFGH
1CategoriesValuesPositives Values from G
2Test 01-3333%
3Test 02-1212%
4Test 03-1515%
5Test 04-1414%
6Test 05-4040%
7Test 06-2525%
8Test 07-3030%
9Test 08-2727%
10Test 09-5858%
11
Sheet3


Select the data and create the pie chart.

Here is the "Chart Data Range" I used for the chart:

='Sheet3'!$E$1:$E$10,'Sheet3'!$H$1:$H$10

I do not know how to put and image up to show the chart I created. Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,916
Members
449,093
Latest member
dbomb1414

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