I'd like to clean up the appearance of a spreadsheet by showing a decimal point only if the value is not a whole number, as well as limit the number of decimal places.
Conditional formatting allows formulas to specify a condition, such as =A1=Int(A1), but I can't figure out how to specify a number format (instead of a color) as a result.
Bookmarks