Rounding numbers

K

Kevin

I need a formula to round numbers up to one decimal
place to the nearest .5

So for example 4.67 would round up to 5.0 where as 4.322
would round up to 4.5.

As anybody got any ideas how I can do this one, please.

Kevin
 
B

Bob Phillips

Kevin,

Use

=ROUND(A1*2,0)/2

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
K

kevin.billson

Thank you.

It works fine.

Kevin
-----Original Message-----
Kevin,

Use

=ROUND(A1*2,0)/2

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)




.
 
P

Peo Sjoblom

You realize that it will round to nearest .5 not always round up.
If you need to roundup use

=CEILING(A1,0.5)
 
B

Bob Phillips

Peo,

Re-read the OP after your reply. Kevin actually says nearest .5 (which is
round in my book), and then later says round up!

Quelle confusion as DelBoy would say.

Regards

Bob
 
P

Peo Sjoblom

Bob,

"I need a formula to round numbers up to one decimal
place to the nearest .5"

He posts a clarificaction telling what version he is using and in that
subject line he uses "Rounding up number"

OTOH he posts back and says it works fine..

Only the OP can tell..
 
B

Bob Phillips

Replied before I saw that one!

Bob

Peo Sjoblom said:
Bob,

"I need a formula to round numbers up to one decimal
place to the nearest .5"

He posts a clarificaction telling what version he is using and in that
subject line he uses "Rounding up number"

OTOH he posts back and says it works fine..

Only the OP can tell..

--

Regards,

Peo Sjoblom
 

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

Top