Disable Excel auto rounding

Solved
supupoff Posted messages 350 Status Membre -  
supupoff Posted messages 350 Status Membre -
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 réponses

Raymond PENTIER Posted messages 58546 Registration date   Status Contributeur Last intervention   17 474
 
=ROUNDDOWN(f5/b4,3)

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