I tried the rounding functions in Excel but couldn’t achieve the desired outcome.
I want a function that rounds to the nearest decade, eg. 656.46 would become 660.00 and 262.53 would become 260.00.
Any ideas?
I tried the rounding functions in Excel but couldn’t achieve the desired outcome.
I want a function that rounds to the nearest decade, eg. 656.46 would become 660.00 and 262.53 would become 260.00.
Any ideas?
=round(cellref,-1)
Thanks!