Thread: Trying Rounding
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 618
Default Trying Rounding

"Nicholas" wrote in message
...
I need to rounddown values to the nearest 7 multiple.
They will always be whole numbers.

If I have a number of 8 it needs to round down to 7.
If I have a number of 9 it needs to round down to 7.
If I have a number of 15 it needs to round down to 14.
etc...


=7*INT(A1/7)

There remain the usual questions as to how you would want to treat negative
numbers, & decide whether you want INT or TRUNC.
--
David Biddulph