Home  >  Article  >  Topics  >  How to replace numbers in excel

How to replace numbers in excel

coldplay.xixi
coldplay.xixiOriginal
2020-12-30 11:13:3616880browse

How to replace numbers in excel: 1. Replace the last digit and enter the formula [ =LEFT(E1, LEN(E1)-1)&"Enter what you want to replace here"]; 2. Replace For the last two digits, enter the formula [=LEFT(E1, LEN(E1)-2)&"Enter what you want to replace here"].

How to replace numbers in excel

The operating environment of this article: Windows 7 system, Microsoft Office Excel 2013 version, Dell G3 computer.

How to replace numbers in excel:

As shown in the figure, taking Excel 2013 as an example. If you want to replace the last digit of the number in column E, then first enter the formula above in any blank column in column E: =LEFT(E1, LEN(E1)-1)&"Enter what you want to replace here thing". Then, as shown in the picture, mark the lower right corner, left-click and hold the drop-down button, and you're done.

How to replace numbers in excel

If you want to replace the last two digits of the numbers in column E, first enter the formula above in any blank column in column E: =LEFT(E1, LEN (E1)-2)&"Enter what you want to replace here". Then, as shown in the picture, mark the lower right corner, left-click and hold the drop-down button, and you're done.

How to replace numbers in excel

Related learning recommendations: excel tutorial

The above is the detailed content of How to replace numbers in excel. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn