Bubble grid chart y axis text

Tom83

New Member
Joined
Apr 23, 2021
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I have created a bubble grid chart and want to get the description (countries) on the Y axis, is this possible?

Thanks!

1620894243245.png
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
You can plot an additional data series with X values set to {0,0,0}, Y values set to {1,2,3} and bubble size set to {1,1,1}. Then add data labels, positioned to the left, to that series using the 'Values from cells' option to assign the country names. Then set the fill for that series to None, and remove the existing axis labels.
 
Upvote 0
Solution
You can plot an additional data series with X values set to {0,0,0}, Y values set to {1,2,3} and bubble size set to {1,1,1}. Then add data labels, positioned to the left, to that series using the 'Values from cells' option to assign the country names. Then set the fill for that series to None, and remove the existing axis labels.
Thanks, I understand the trick. I didn't get it working though, nothing is presented in the graph for the second dummy series. And it's not the formatting, this is still in color...

1620914381311.png

1620914525514.png
 
Upvote 0
Sorry - overlooked the fact that you are using years. Set the X values to {2018\2018\2018} (and amend the bubble size values as you only need 3 entries)
 
Upvote 0
Sorry - overlooked the fact that you are using years. Set the X values to {2018\2018\2018} (and amend the bubble size values as you only need 3 entries)
Great, that does the trick at least for a certain part. For some reason {1,2,3} in Y axis and {2018\2018\2018} for X axis is not accepted, it gives an error. Also with = before it or using ; or , in between. I solved it by referencing to B24 and it shows Germany now, what goes wrong with the other countries not showing?

1620917396318.png
 
Upvote 0
Given what it has accepted for the Y values, ={2018\2018\2018} should work for the X values. The bubble sizes should only be: ={1\1\1}
 
Upvote 0
Given what it has accepted for the Y values, ={2018\2018\2018} should work for the X values. The bubble sizes should only be: ={1\1\1}
Got it! Thanks for the help!
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,588
Members
449,089
Latest member
Motoracer88

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