You’re going to need some IF blocks. If num < 1000 then display num, else if num < 1000000 then display join round(num/1000) & “k”, else display join round (num/1000000) & “m”
sorry, i couldn’t resist the challenge!
here’s a demo to call a standard routine for abbreviating a number all the way to the billions with 2 decimal places for the abbreviation estimates: