How to round down a value to the inferior multiple of 5
OOPS,
My mistake you wanted to roound down, not to nearest. Try this
=FLOOR(A1,5)
Mike
"Mike H" wrote:
Hi,
Try this
=ROUND(A1/5,0)*5
but I don't understand your last example, typo perhaps.
Mike
"jimmy" wrote:
Hi,
Would like to know the formula to round down a set of values to their
inferior multiple of 5.
Exp:
VAlues Round pretendended value
$1256,00 $1255,00
$1349,00 $1345,00
$1599,00 $1595,00
$1614,00 $1614,00
Thank you for your help.
jimmy
|