Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
temp = x mod 250
if(temp<250/2) res = x-temp else res = x + (250-temp) mod is a standard arithmetic operator that returns the remainder of x divided by y. not sure what the syntax is for VB in most other languages it's % or 'mod'. "Patty Hatridge" wrote in message ... I need a formula that rounds the result of a calculation to a number exactly divisible by 250. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH | Excel Worksheet Functions | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
Rounding up and or down formula | New Users to Excel | |||
Rounding Down Formula | Excel Worksheet Functions | |||
Rounding Formula | Excel Worksheet Functions |