How to create a Speedometer Chart

JAlexander2008

New Member
Joined
May 14, 2008
Messages
2
For whatever it's worth, note the following:

By visiting the link below
you can learn how to create your own Speedometer Chart in Excel 2007.
http://www.brainbell.com/tutorials/...A_Speedometer_Chart.htm#excelhks-CHP-5-FIG-28


With the help of John Walkenbach's Chart Tools @
http://j-walk.com/ss/excel/files/charttools.htm), and by tweaking some of the formulas in Andy Pope's tutorial I was able to create a functioning speedometer chart.

Formula tweaks:

(Following the tutorial instructions - under column E - label "Needle")

Original:

E2 = "200"
E3 =
"=((180/100)*F3)-1"
E4 = "2"
E5 = "=360-(SUM(E2:E4))"

Tweaked:

E2 = "180"
E3 =
"=IF(F3=0,0,((180/100)*F3)-1)"
E4 = "1"
E5 = "=360-(SUM(E2:E4))"


If anybody is interested, I will gladly upload the file.

Regards,

J.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Speed_o_Meter.jpg
 
Last edited:
Upvote 0
I am unable to find John Walkenbach's Chart Tools on the website. What add-in am I looking for? Also, it would be helpful if you uploaded the file. It would be most helpful. Thanks.
 
Upvote 0

Forum statistics

Threads
1,226,423
Messages
6,190,962
Members
453,626
Latest member
Paneru

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