Hi,
I am looking to round a value to the nearest even decimal point.....the obvious combination of ROUND() and EVEN() makes it the nearest even integer, where as I need it to 2 decimal places e.g.
291.97 --> 291.98
Any simple way to do this?
Thanks
Lewis
I am looking to round a value to the nearest even decimal point.....the obvious combination of ROUND() and EVEN() makes it the nearest even integer, where as I need it to 2 decimal places e.g.
291.97 --> 291.98
Any simple way to do this?
Thanks
Lewis