If I have a number like 1256986 I want to display it as 1.2 M
I need to do this for a few numbers, so I think I need to use functions. But I can't really figure out how to import a number into a function, do string manipulation in the function then return it.
Any help is appreciated, thanks :)