Good afternoon,
I am displaying data from the database onto the graph. Values that I am plotting on Y axis are Watts. The small problem is that on the graph, my Y values are like this:
600,000,000,000
500,000,000,000
400,000,000,000
...
So my question is, is there a function, which would allow me to replace those extra 0s’ into something like this:
600T Watts
500T Watts
400T Watts
...
I do apologies if this question was already asked, I have tried finding this answer here already, but I couldn’t find anything similar.
Thank you kindly in advance.
Best wishes,
Saul