I want to be able to create a speedometer where $ will be my values in Millions.
It will need to have the following characteristics:
- Anything less than $M will be red, anything more than $1M will be green.
- breakeven will be zero.
I want to be able to input a number in millions like $4.5M as 4,500 and be able to dial that in the graph. at the same time I want to be able to input a negative number like -$10.0M like -10,000 and show that movement in the graph.
Help please!