Rounding in Excel

BDawg

Lifer
Oct 31, 2000
11,631
2
0
I'm creating a billing spreadsheet. Sometimes, when you calculate tax, you get a number like 1.001. When you use the round() or fixed() functions, excel wants to round that number to 1.00 when we need 1.01. Any way to force excel to round up?
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
Try the CEILING() function. In your case, you would want CEILING(1.001, 0.01).

edit: a bit too slow