View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kelley Kelley is offline
external usenet poster
 
Posts: 20
Default Rounding up based on a decimal value

I would like to be able to round a number based on a decimal value. For
example, if the result is 23.7, 23.8, or 23.9, I want the number to round up
to 24. I always want to round up for .7 and higher.
Is there a way to code this?