H
Hoff
I have a column of numbers, many of which are greater than 1000, and a
few of which are not integers (and need to display to the right of the
decimal point). I'd like to display the "thousands separator" (a comma
in this case) to make it easier to read the larger numbers. The only way
I've found to do this is with the Number format, which forces me to set
the number of decimal places to display. This forces every integer value
to display unneeded 0's (or to truncate the display of non-integer
values).
I've played around with the number format a bit, and even tried a
conditional format (if(a1-int(a1)>0, ...) before I realized that
conditional formatting cannot alter number formats (only limited font,
border and patterns).
Any tips to this extent would be much appreciated.
Larry
few of which are not integers (and need to display to the right of the
decimal point). I'd like to display the "thousands separator" (a comma
in this case) to make it easier to read the larger numbers. The only way
I've found to do this is with the Number format, which forces me to set
the number of decimal places to display. This forces every integer value
to display unneeded 0's (or to truncate the display of non-integer
values).
I've played around with the number format a bit, and even tried a
conditional format (if(a1-int(a1)>0, ...) before I realized that
conditional formatting cannot alter number formats (only limited font,
border and patterns).
Any tips to this extent would be much appreciated.
Larry