Is a chart like this possible

dmj120

Active Member
Joined
Jan 5, 2010
Messages
286
Office Version
  1. 365
  2. 2019
  3. 2010
I suck at graphing, and not sure if a chart like this is possible. If so, any direction, chart name, or web example? :unsure:

I'm using office365

1705963271960.png
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
possibly, but can you post some data in table or use the xl2bb add in (preferred, link below)?
 
Upvote 0
Here is my swag at it. I don't have the axis the way you want though nor the lines between weeks. (first is image of chart, then the data mini book):
It is using a combo chart, stacked 100% columns for the 3 ranges and a line for the values. The legend isn't really needed as well. The vertical axis is mapped to cell A8 (Is dynamic - you can change your range percentages).
(ignore cells A12 & A13, that was just some research for the forumla in A8)

1705968320105.png



Book1
ABCDEF
2Week 1Week 2Week 3Week 4Week 5
3Value25%65%20%51%30%
4Positive48%48%48%48%48%
5Break Even4%4%4%4%4%
6Negative48%48%48%48%48%
7
8Negative (>=52%) Break Even (>=48%) Positive (<48%)
9
10
Sheet5
Cell Formulas
RangeFormula
A8A8=CONCATENATE( A6&" (>="&TEXT(B5+B4,"0%")&")"& CHAR(13)&CHAR(10)&A5&" (>="&TEXT(B4,"0%")&")"& CHAR(13)&CHAR(10)&A4&" (<"&TEXT(B4,"0%")&")")
 
Upvote 0
After some time playing around, if you change the plot area color to Black and the gap width of the column data series (to ~ 5%) you can get a black line between the weeks. It does give you black lines along the extreme sides though.
Also, earlier I referenced the link to the axis, i should have said the "link to the access title". I've also deleted the legend and horizontal axis title and added a dynamic link to the chart title.

1705970208640.png
 
Upvote 0

Forum statistics

Threads
1,216,072
Messages
6,128,632
Members
449,460
Latest member
jgharbawi

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