What is the excel function of rounding up the last decimal point?
9.23 => 9.25
10.26 => 10.30
9.25 => 9.25
What is the excel function of rounding up the last decimal point?
9.23 => 9.25
10.26 => 10.30
9.25 => 9.25
Use the CEILING function to round up. To round down, use the FLOOR function.
=CEILING(9.23,0.05)