Hello! I was wondering if there was a way of having a number round itself up if it ends in 5. For example,
88.705 would round to 88.71.
Right now, I’m using the ROUND
function to round things to two decimal places. The thing with this function is that it rounds up numbers ending in 6 and up, instead of the traditional 5 and up. Is it possible to create a formula that rounds up from 5 instead of 6?