Is it possible to use the format codes to display numbers rounded to tens, hundreds, or thousands?
Say I have the number 11,234 and I want 11,200 to who in the cell, which format code would allow me to do that?
Notice that I know I can use ROUND() to round the number, but I want to keep them unrounded for further computations. Only visual display should be affected.