How to remove all zeros after decimal in Excel?

If you have a list of decimal numbers which contain zeros after the decimal point, now, you need to remove all the trailing zeros from the numbers to get the following result. How could you solve this task in Excel?
Remove all trailing zeros after decimal with Format Cell command
Remove all trailing zeros after decimal with Format Cell command
In Excel, you can apply the Format Cell function to remove the trailing zeros after decimal by a custom format, please do as follows:
1. Select the number list that you want to remove the trailing zeros after decimal point, then right click and choose Format Cells from the context menu, see screenshot:
2. In the Format Cells dialog box, click Number tab, then click Custom option from the Category pane, and then enter 0.#### into the Type text box, see screenshot:
3. And then click OK button, all the trailing zeros have been removed after the decimal point as following screenshot shown:
Note: There will be left with the trailing period if your number is whole number with zeros after the decimal.
Remove all trailing zeros after decimal with formula
You can’t handle the trailing period by number formats with Format Cells function, but the following formula can help you to deal with it.
Enter this formula: =SUBSTITUTE(TRIM(SUBSTITUTE(A2,"."," "))," ",".") into a blank cell where you want to put the result, then drag the fill handle down to the cells that you need to apply this formula, and all the trailing zeros are removed after the decimal, see screenshot:
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!




