How to round to nearest even or odd number in Excel?
In some cases, you may need to round a list of numbers to their nearest even or odd numbers in Excel. Now this tutorial will tell you the method to round numbers to nearest even or odd number.
Round number to nearest even number
Round number to nearest odd number
Round number to nearest even number
Supposing in range B3:B6 contains the numbers needed to be round to nearest even number, please use one of below formula to handle the job.
To round numbers to nearest even numbers
=IF(ISODD(ROUNDUP(B3,0)),ROUNDDOWN(B3,0),ROUNDUP(B3,0))
Press Enter key to get the first result, and drag autofill handle down to get all results.
To round numbers up to nearest even numbers
=EVEN(B3)
Press Enter key to get the first result, and drag autofill handle down to get all results.
To round numbers down to nearest even numbers
=IF(ISEVEN(ROUNDUP(B3,0)),ROUNDDOWN(B3,0),ROUNDUP(B3,0))-1
Press Enter key to get the first result, and drag autofill handle down to get all results.
Round number to nearest odd number
Supposing in range B3:B6 contains the numbers needed to be round to nearest odd number, please use one of below formula to handle the job.
To round numbers to nearest odd numbers
=IF(ISEVEN(ROUNDUP(B3,0)),ROUNDDOWN(B3,0),ROUNDUP(B3,0))
Press Enter key to get the first result, and drag autofill handle down to get all results.
To round numbers up to nearest odd numbers
=ODD(B3)
Press Enter key to get the first result, and drag autofill handle down to get all results.
To round numbers down to nearest odd numbers
=IF(ISODD(ROUNDUP(B3,0)),ROUNDDOWN(B3,0),ROUNDUP(B3,0))-1
Press Enter key to get the first result, and drag autofill handle down to get all results.
Relative Articles:
- Round number to nearest 5/10/50 in Excel
- Round date to nearest month in Excel
- Round date to previous or next specific weekday in Excel
- Round and sum number in Excel
- Round time to nearest second/minute/hour in Excel
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!









