Rounding numbers question

  • Thread starter Thread starter Mark Ashley
  • Start date Start date
M

Mark Ashley

Hi

I was wondering if anyone had a quick solution to the following:

I need to round numbers as below.

1.00 to 1.02 rounds to 1.00
1.03 to 1.07 rounds to 1.05
1.08 to 1.10 rounds to 1.10
etc....

Is there an Excel function or an easy way that I can do this rounding?

Cheers
 
Hi Mark!

Use:

=ROUND(A1/.05,0)*0.5


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Hi Frank!

Yup!! Alright when I tested after correcting but forgot to change the
formula in the draft post. Time for bed!

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IF THEN formulas 1
Lookup 5
Round formula 1
rounding question 2
Rounding up or down to nearest whole number 1
Round up to the next number in the set 7
What do these numbers mean in the rounding formula? 2
rounding 4

Back
Top