To use this function, choose .
Rounds a number to the specified number of decimals and converts it to text with or without commas.
FIXED(number,[decimals],[no_commas])
Minitab inserts commas to separate some place values (hundreds and thousands, hundred-thousands and millions, and so on) in the converted text. If you don't want the commas to appear, enter a value of 1 for the optional third argument, no_comma. If you want the commas to appear, enter 0 or exclude the third argument entirely.
Column | Calculator expression | Result |
---|---|---|
C1 contains 2.354784 | FIXED(C1,3) | 2.355 (text value) |
C2 contains 195833.5 | FIXED(C2,−3,1) | 196000 (text value) |