ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Newbie: How to round down to the lowest 5 (https://www.excelbanter.com/excel-worksheet-functions/5881-newbie-how-round-down-lowest-5-a.html)

Sam

Newbie: How to round down to the lowest 5
 
I am trying to write a formula that will allow me to round down the
lowest digit, say 5. For example if the value in A1= 1297.19 then the value
in A2 should display 1295.00 also if the value in A1=632.67 then I would
want to round down to 630.00.

Can anyone help?

Thanks



Jerry W. Lewis

=5*ROUNDDOWN(A1/5,0)

Jerry

Sam wrote:

I am trying to write a formula that will allow me to round down the
lowest digit, say 5. For example if the value in A1= 1297.19 then the value
in A2 should display 1295.00 also if the value in A1=632.67 then I would
want to round down to 630.00.

Can anyone help?

Thanks



K.S.Warrier

=int(A1/5)*5
K.S.Warrier

"Jerry W. Lewis" wrote:

=5*ROUNDDOWN(A1/5,0)

Jerry

Sam wrote:

I am trying to write a formula that will allow me to round down the
lowest digit, say 5. For example if the value in A1= 1297.19 then the value
in A2 should display 1295.00 also if the value in A1=632.67 then I would
want to round down to 630.00.

Can anyone help?

Thanks




Sam

Thanks Jerry and KS Warrior. Much appreciated!

Cheers,
Sam


"Jerry W. Lewis" wrote in message
...
=5*ROUNDDOWN(A1/5,0)

Jerry

Sam wrote:

I am trying to write a formula that will allow me to round down the
lowest digit, say 5. For example if the value in A1= 1297.19 then the
value
in A2 should display 1295.00 also if the value in A1=632.67 then I would
want to round down to 630.00.

Can anyone help?

Thanks







All times are GMT +1. The time now is 08:48 PM.

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