Sometimes, you need to clean up data in Excel by removing the last digit from a series of numbers or text strings. This task is simple and can be achieved using a formula or a combination of Excel functions. In this article, we will walk you through the steps to remove the last digit from a cell in Excel, making your data cleaner and more manageable.
How to Remove the Last Digit in Excel
This section will guide you through the steps to remove the last digit in Excel using a formula. By following these steps, you can manipulate your data to exclude the last character from any cell or range of cells.
Step 1: Select the Target Cell
First, select the cell where you want to display the modified data without the last digit.
Choosing the right cell is crucial because this will be where your final, cleaned-up data appears. Make sure it’s not already occupied by important information.
Step 2: Use the LEFT Function
Next, type the formula =LEFT(A1, LEN(A1)-1) into the selected cell.
The LEFT function allows you to extract a specified number of characters from the left side of a text string. By combining it with LEN (which measures the length of the string), and subtracting one, you effectively remove the last character.
Step 3: Press Enter
After typing the formula, press Enter to apply it.
Once you hit Enter, Excel will execute the formula and display the modified data without the last digit in the selected cell.
Step 4: Copy the Formula
If you need to apply this formula to multiple cells, simply copy the cell containing the formula and paste it to the desired range.
This step is useful for bulk operations. By copying and pasting, you can quickly apply the formula to an entire column or row without having to type it repeatedly.
Step 5: Convert Formulas to Values
To finalize your data, copy the cells with the formulas and paste them as values using Paste Special.
This step ensures that your data remains static and won’t change if the original data is modified. It’s a good practice for maintaining data integrity.
After following these steps, you will have successfully removed the last digit from your data in Excel. Your cleaned data will now be ready for further analysis or use.
Tips for Removing the Last Digit in Excel
- If you want to remove the last digit from a number, make sure to format the cell as text before applying the formula.
- Use
TRIMfunction if your data has leading or trailing spaces. - Double-check your data to ensure the removal process hasn’t unintentionally altered important information.
- Save a backup of your original data before making mass changes.
- Use the
IFERRORfunction to handle any errors that might arise during the process.
Frequently Asked Questions
Can I remove the last digit from multiple cells at once?
Yes, you can drag the fill handle across the range of cells where you want to apply the formula.
What if my data contains both numbers and letters?
The formula works for both numbers and text strings as long as they are in the same format.
Can I use VBA to remove the last digit?
Absolutely, VBA can be used for more complex scenarios and bulk processing.
What if I only want to remove the last digit from every other cell?
You will need to use conditional formatting or a more complex formula to achieve this.
Does this method work in Google Sheets?
Yes, a similar formula can be used in Google Sheets to achieve the same result.
Summary
- Select the target cell.
- Use the LEFT function.
- Press Enter.
- Copy the formula.
- Convert formulas to values.
Conclusion
Removing the last digit in Excel can be a straightforward task if you know the right steps and formulas. By following this guide, you’ve learned how to clean up your data efficiently, which is a crucial skill for anyone dealing with large datasets. Whether you’re preparing a report, cleaning up imported data, or just trying to get rid of some unwanted characters, this knowledge will come in handy.
Remember to always double-check your data and keep a backup copy before making any significant changes. If you’re dealing with more complex requirements, consider exploring advanced Excel functions or even VBA to expand your capabilities. Keep practicing, and soon you’ll be an Excel wizard at handling data just the way you need!

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.