Devise a chart for this data

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Maybe normalize the the average and average +/- 1 standard deviation to the chart scale and then plot on a high/low/close (stock) chart:

Code:
      -A- -B-- --C--- --D--- E ----F---- --G--- --H--- --I---
  1   Min Max   Avg   St Dev              High   Low   Close 
  2    0   90  38.54  25.75    Exp-Inexp 71.43  14.21  42.82 
  3    1   96  40.66  26.54      Lux-Ess 69.68  13.81  41.75 
  4    1   92  38.11  28.24      Lrg-Sml 71.81   9.75  40.78 
  5    1  100  38.28  27.91    Cons-Save 65.85   9.46  37.66

G2 and down: =100* (C2+D2-$A2)/($B2-$A2)

H2 and down: =100* (C2-D2-$A2)/($B2-$A2)

I2 and down: =100* (C2-$A2)/($B2-$A2)
 
Upvote 0
ok I was able to do that but I can't seem to draw any conclusions by looking at the chart... can you? ;)

thanks a lot for the help
 
Upvote 0
Says to me people are scaling back, but not overwhelmingly, and they are widely dispersed.

You're welcome.
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,248
Members
452,900
Latest member
LisaGo

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