Hello, I'm trying to get a formula that will round numbers per ASTM rounding/bankers rounding. This is also known as round half even. I've seen some previous posts on this but never really saw a conclusive answer.
For example: 2.65 would round to 2.6.
2.75 would round to 2.8
2.74 would round to 2.7
2.79 would round to 2.8
Thanks in advance!