Thread: Rounding
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Rounding

Try this...

=round(a1/5, 0) * 5
--
HTH...

Jim Thomlinson


"Jase" wrote:

I am looking for a rounding function that for a given set up number will
round each number to the nearest 5 increment. i.e. 1142.68,1268.05,1298.22 i
would like rounded to 1140,1270 and 1300. I tried the =round() function but
that just took off the decimals.