• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula to round a percentage to the nearest multiple of 10

Maqsood

New Member
Hi,
Is there a formula in excel which help to round up the percentage to the nearest multiple of 10.
Eg: if there is a value in cell A1 which is 103%, the formula should round up the value as 100%.
If value is 106 it should consider the value as 110%.

Please advise

Thanks
Abdul rahiman
 
Adbul

=MROUND(A1,0.1)

Remember that 103% is actually 1.03 with a Custom Format display

MRound allows formatting to any place and so a value of 0.1 will do the trick for you
 
Last edited:
Hi,

Thank you. Both Round & MRound function helped in fixing my file. it is working fine for percentage calculation.
but for decimal points as in the attachment above, these functions show strange behavior.

Abdul Rahiman
 
Back
Top