What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

T

TANDEX

and what is difference with =ROUNDDOWN(H45*0.18;2)

My formula is =H45*0.18
It show value 237.57 (237.5694), but I need get 237.56 -without rounding, 2
first digits only.
What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

Thank you.
 
C

CLR

With your formula in A1 returning 237.5694, this formula in B1 will return
237.56

=(INT(A1)&MID(A1,FIND(".",A1),3))*1

or in A1
=ROUNDDOWN(H45*0.18,2)

English version of Excel2k


Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top