rounding numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to round numbers down not only to integers but also to 0.5 values
eg 6.7 would be 6.5 and 6.4 should be 6.0.
appreciate your help
Peter Lansberg
 
=FLOOR(A1,0.5)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Rounding 2
Round Function 5
rounding 5
Round down numbers 4
ROUND or "Precision as displayed"? 2
Excel Stop Excel from displaying rounded values 4
How to round & sum only the displayed (rounded) numbers 2
A rounding function 4

Back
Top