I need some help with rounding to the nearest .01 if for example a calculation equals 1.005 I want it to round to 1.00 not 1.01.

By default Round(x,2) rounds 1.005 to 1.01 but I need it to round down to 1.00 if the thousands place is 5.

Any help would be much appreciated.