G Guest Sep 23, 2004 #1 In some instances I need to round the results of calculations to the nearest 0.5 before continuing to the next stage
In some instances I need to round the results of calculations to the nearest 0.5 before continuing to the next stage
R Ron Rosenfeld Sep 23, 2004 #3 In some instances I need to round the results of calculations to the nearest 0.5 before continuing to the next stage Click to expand... With the Analysis Tool Pak installed: =MROUND(A1, 0.5) Without the ATP installed: =ROUND(A1/0.5,0)*0.5 --ron
In some instances I need to round the results of calculations to the nearest 0.5 before continuing to the next stage Click to expand... With the Analysis Tool Pak installed: =MROUND(A1, 0.5) Without the ATP installed: =ROUND(A1/0.5,0)*0.5 --ron