Displayed results in a cell

  • Thread starter Thread starter WavMaster
  • Start date Start date
W

WavMaster

Can the product of a formula be rounded to the nearest number divided by 10?
If so how?
 
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
 
Back
Top