Can someone please help me on getting a formula round off to the next highest .25.
example:
2.35->2.50
2.26->2.50
2.24->2.25
2.51->2.75
I can't use the Round function because if I have 2.26 then it will round off to 2.25 which is unacceptable.
I have been using the Ceiling function but it rounds it off to the nearest highest integer. Which can add an almost extra kg,lb to my formulas.