Gauge chart with negative values (NPS)

DDT123

New Member
Joined
Aug 9, 2011
Messages
37
Office Version
  1. 365
Platform
  1. Windows
Hello, I'm needing a little help with a speedometer style pie chart. The range is negative 100 to positive 100, therefore a value of zero should be in the position where positive 50 would be. How would i go about modifying the chart for negative values?
 

Attachments

  • NPS Chart.JPG
    NPS Chart.JPG
    26.7 KB · Views: 8

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
1710855261843.png

all you need is to convert the negative values and then use the converted value to show the pointer needle.
if you use the numbers from my tables above, conversion should be something like:
Excel Formula:
=(100+U38)/10*5
U38 is the yellow cell where you will put your real value
 
Upvote 0
Solution
View attachment 108601
all you need is to convert the negative values and then use the converted value to show the pointer needle.
if you use the numbers from my tables above, conversion should be something like:
Excel Formula:
=(100+U38)/10*5
U38 is the yellow cell where you will put your real value
Thank you so much! It worked!!
 
Upvote 0
If you want to avoid the triangular shape of the needle - set its size to 0 and use a border for the series instead of instead of fill.
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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