I'm trying to use a custom number format to switch between K and M, depending on the number of digits.
Here's the format I have:
[>=1000000] #.0,," M";[>=1000] 0.0, " K";0
When I use this on my PC, it applies the formatting correctly.
When my colleague tries the same formatting, the below error...