Problem developing graph

Dougmeister

New Member
Joined
Sep 23, 2010
Messages
42
I have a simple graph based on a pivot table.

Raw Data
Code:
ID,Software,Date Purchased,Type,Age1,Access,5/9/2018,Database, 1 
2,Excel,5/7/2018,Spreadsheet, 2 
3,Access,5/3/2018,Database, 6
4,Minecraft,4/14/2018,Game, 25
5,SQL Server,4/28/2018,Database, 11 
6,Excel,5/6/2018,Spreadsheet,3 
7,SQL Server,5/7/2018,Database, 2 
8,Excel,5/1/2018,Spreadsheet,8 
9,SQL Server,5/9/2018,Database, 1
10,Minecraft,5/1/2018,Game,8

I can display the average and max values of my raw data. I can also show the "count" of the different "types" of software.

graph.jpg

fZo58n

fZo58n


What I *want* to show, each with a separate line, is:

* Average Age
* Max Age
* Number of Database items
* Number of Spreadsheet items


(Note: items 3 and 4 are combined in the grey line above... plus there is another category ("game") that is included in the gray line that I do not want to show up.)

Please help? Thanks.
 
Last edited:

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,215,824
Messages
6,127,103
Members
449,358
Latest member
Snowinx

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