Disable Excel auto rounding

Solved
supupoff Posted messages 350 Status Member -  
supupoff Posted messages 350 Status Member -
Hi,

my problem is resolved in the subject title: I want to cancel automatic rounding in Excel.

for example, if I have a cell equal to =f5/b4 which gives 0.1816, I want it to display 0.181 and not 0.182. I check the option: "Set precision as displayed" and nothing changes.

Thank you in advance.

--
Luck sometimes helps, work always does.

2 answers

  1. Raymond PENTIER Posted messages 58213 Registration date   Status Contributor Last intervention   17 482
     
    =ROUNDDOWN(f5/b4,3)

    --
    Retirement is great! Especially in the Caribbean... :-)
    Raymond (INSA, AFPA, CF/R)
    9
    1. supupoff Posted messages 350 Status Member 34
       
      >Thank you
      0