Rounding Off decimals to the lowest number

E

eric

I'm trying set up bowling handicapping program...like 80% of 220, which is
220 is 0. now if i do the next one (219) it gives me a decimal number (.8) i
want every decimal number to be rounded to the lowest number, in this case to
zero.
 
B

Bob Phillips

=FLOOR(formula,0)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
E

eric

i appreciate your help it works ...thanks

Bob Phillips said:
=FLOOR(formula,0)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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