Forum Discussion
QuinnTM_himself
May 19, 2021Copper Contributor
Rounded Numbers
XL, by default, is returning rounded whole numbers, my column is set to "numbers." and decimal places to "7;" I need accuracy, how do I change this?
- May 19, 2021
Thanks! The QUOTIENT function performs integer division, i.e. its result will always be a whole number. Use the / operator instead:
=C1/D1
HansVogelaar
May 19, 2021MVP
Does the column contain formulas? If so, what do they look like?
QuinnTM_himself
May 19, 2021Copper Contributor
HansVogelaar In E1 =QUOTIENT(C1,D1) w/coloumn set to number and 7 places
C=40 D=13 E= 3.0000000