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

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...