ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ?? (https://www.excelbanter.com/excel-worksheet-functions/35992-what-formula-i-should-use-%3Drounddown-h45%2A0-18%3B2-%3Dtrunk-h45%2A0-18-2-a.html)

TANDEX

What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??
 
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.



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


"TANDEX" wrote in message
...
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.





Bob Phillips

This works for me

=ROUNDDOWN(A2*0.18,2)

or

=FLOOR(A2*0.18,0.01)

--
HTH

Bob Phillips

"TANDEX" wrote in message
...
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.






All times are GMT +1. The time now is 07:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com