View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Series Formula Help

=(TRUNC(A1/8)+1)*8

"Josh O." wrote:

I need to create a formula to select the next number in a series. For
example, if A1=175. I want the formula to result in the next number
divisible by 8 (=176). I'm sure it is pretty easy, but I don't know how to
make it work.