Remove these ads by
Signing UpStep 1: Insert Values
Value in cell B2
Max in cell C2
27 in cell B3 (exact value)
100 in cell C3 (maximum value)
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
This will be useful to create dashboards in excel itself.
From here
You can simplify the expressions to
B7: =-COS(RADIANS(((B3*180/C3))))
C7: =SIN(RADIANS(((B3*180/C3))))
Its really an easy way !!!
I've had a play around with this today: if one sets things up like in the attached pic, one can enter data (eg scores out of 20) on another sheet and have the graph reflect this. And yeah, there are many and better ways of setting things up, - as I said, just a play around!
Adding the Redline cell easily allows one to change where the red extends to, which might be useful if one has to use this graph for different criteria.
Well done artworker: I'd not have come up with that one on my own, so thanks! Any other graph tricks you can show us? I'd be keen...
For more fun with this you could play with the Data -> From Web tool- it gets the contents of part of a website into your spreadsheet. If the thing you want your dashboard speedometer to show is available on the web somewhere, you can probably get it this way.