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
s738589
May 19, 2021Copper Contributor
hy
QuinnTM_himself
May 19, 2021Copper Contributor
OK Hans, that works, thanks so much, have a great day.