W WavMaster Feb 7, 2009 #1 Can the product of a formula be rounded to the nearest number divided by 10? If so how?
C Chris Bode Feb 7, 2009 #2 Use following formula Let your result is in column A then select a cell in column B and enter following formula =IF((A1-TRUNC(A1,-1))>=5,TRUNC(A1,-1)+10,TRUNC(A1,-1)) Chris
Use following formula Let your result is in column A then select a cell in column B and enter following formula =IF((A1-TRUNC(A1,-1))>=5,TRUNC(A1,-1)+10,TRUNC(A1,-1)) Chris
R Rasoul Khoshravan Feb 7, 2009 #3 Can the product of a formula be rounded to the nearest number divided by 10? If so how? Click to expand... A1= 28 B1=3 C1=round(A1/B1,-1)=10
Can the product of a formula be rounded to the nearest number divided by 10? If so how? Click to expand... A1= 28 B1=3 C1=round(A1/B1,-1)=10