stacked column chart

palaeontology

Active Member
Joined
May 12, 2017
Messages
444
Office Version
  1. 2016
Platform
  1. Windows
I have a stacked column chart for the data found in the range Sheet1!A2:A16.

The stacked column chart uses an individual circle (black outline, white inner) to represent each student in a group of about 200 students.

The x-axis bears the scale ... A+ A A- B+ B B- C+ C C- D+ D D- E+ E E-

The y-axis bears the frequency of each of those 'Performance Grades'.

For example, there are 3 students who received an A+, so there are three circles above the A+

There are 5 students who received an A, so there are 5 circles above the A

etc etc etc

What I would like is to have the very top circle of a particular column appear black outline and black inner.

So if, let's say, cell Sheet1!D2 bears the value B+, and the cell Sheet1!E2 bears the value 7, then the 7th circle at the very top of the B+ column of circles should appear completely black, in contrast to the other circles that are black outline with a white inner.

Is there a way to place a single circle at the position indicated by cells D2 and E2 ?

Kind regards,

Chris
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi Chris

You just have to split the series in 2:
- the first one with the values minus 1
- the second one with all values equal to 1

and then stack the 2 series.
Fill the first series with 1 type of circles and the second with the other.
 
Upvote 0
PGC, thank you so much.

I've actually been stuck on this problem for perhaps 12 years, but is such a simple solution.

Thankyou again,

kindest regards,

Chris
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,395
Members
449,081
Latest member
JAMES KECULAH

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