Ok, so on my Cookie Clicker type game, would it be possible to make a system (or is there an extension) to make it to where when I have lets say 1000000 it will auto say 1M or if I have 1900000 it will say 1.9M? I really would like to know if this is a thing because it would be soooo helpful.
The @Alpha2020 technique gets even simpler if the comparisons are done in reverse order, from large to small.
That eliminates the need for the and conditions ...
There's a format as decimal math block you can use to cut off extra decimals, per your taste. Apply it at the outermost layer of the if/then/else tree, so that you don't have to repeat it on every branch.
Correction - it would choke on the trailing letters. You would need to do it before each JOIN. Alternatively, use the math dividend block instead of the / block for the division, to abandon all fractional parts.