View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Rounding Off decimals to the lowest number

=FLOOR(formula,0)

--
---
HTH

Bob


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



"eric" wrote in message
...
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.