RSS

Excel Remove some letters from a cell and extract some values from the rest.

17 Aug

In a specific situation where you want to remove the certain number of characters from a cell, and you want to take a part of the number out. You can use this formula.

Example: I have a cell with this value 0107856985652HJKG. I need to remove the first three values, then take the next 10 characters out.

010 7856985652 HJKG

=LEFT((RIGHT(CellWithYourValue,LEN(CellWithYourValue)-NumberOfLettersToRemoveFromBeginning)),NumberOfLettersToTakeAfterRemoval)

If my value wan in cell A1 the formula will look like this ==>

=LEFT((RIGHT(A1,LEN(A1)-3)),10)

 
Leave a comment

Posted by on August 17, 2021 in excel, Windows

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

 
%d bloggers like this: