Bubble Chart w/ Y-Axis Categories

jlibrizzi

New Member
Joined
Jan 17, 2012
Messages
3
I have a two dimensional table similar to:
Circle Square Triangle
Red 2 5 3
Blue 7 1 6
Green 3 4 8
Orange 1 0 9

and want to create a bubble chart where the shape category is on one axis, the color category is on the other axis, and bubbles appear at each intersection displaying the value via its size.

I'm struggling to make this happen and would greatly appreciate any assistance.
(Excel 2010)
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi
Welcome to the board

You can do it following these steps

1 - normalise the table (instead of a 2D table write it with simple records like "Blue, Triangle, 6")
2 - replace the categories with numbers, like for the Colour (1,2,3,4) and for the format (1,2,3)
3 - you can now create the bubble chart
4 - replace the numbers in the axes with the corresponding categories

If you have problems post back.
 
Upvote 0

Forum statistics

Threads
1,215,729
Messages
6,126,525
Members
449,316
Latest member
sravya

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