Home> Topics> excel> body text

How to replace numbers in excel

coldplay.xixi
Release: 2021-01-02 11:29:44
Original
16850 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!