Forum Discussion

QuinnTM_himself's avatar
QuinnTM_himself
Copper Contributor
May 19, 2021
Solved

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?    
  • HansVogelaar's avatar
    HansVogelaar
    May 19, 2021

    QuinnTM_himself 

    Thanks! The QUOTIENT function performs integer division, i.e. its result will always be a whole number. Use the / operator instead:

     

    =C1/D1

Resources