removing all characters before a specific character of a string

12 VBA Codes to Remove Characters From String in Excel

In Excel, sometimes we need to remove certain characters from a string, which can be a tedious task when dealing…

4 Ways to Remove First Word in Excel

4 Ways to Remove First Word in Excel

You may sometimes need to remove the first word from Excel sheets to clean up the data. Also, removing the…

One of the Limitations of VLOOKUP that is VLOOKUP Only Searches to the Right, Not the Left

Limitations of VLOOKUP in Excel: 8 Challenges and Their Fixes

Some of the limitations of the VLOOKUP function in Excel are: VLOOKUP only searches to the right, not the left….

Application of the Flash Fill feature to remove the first 4 characters in Excel

6 Ways to Remove the First 4 Characters in Excel

If you’re dealing with some data that have prefixes or codes that you need to remove, Excel offers several ways…

Use the SUBSTITUTE Function to Remove Single Quotes in Excel

6 Ways to Remove Single Quotes in Excel

People may add single quotation marks or apostrophes (‘) to Excel cells for various reasons. One common reason is to…

Remove the first 2 characters using the VBA code in Excel

6 Ways to Remove the First 2 Characters in Excel

The removal of specific characters from a cell or a group of cells is a common task in Excel. When…

5 Ways to Remove Numeric Characters from Cells in Excel

5 Ways to Remove Numeric Characters from Cells in Excel

Sometimes it is not uncommon to experience situations where numeric characters need to be removed from cells that have both…

Using the TRIM Function to Remove Blank Characters in Excel

5 Ways to Remove Blank Characters in Excel

To remove blank characters in Excel, follow the steps below: Take an empty cell. Use this formula: =SUBSTITUTE(A2,” “,””) Hit…

Use the SUBSTITUTE function to remove specific characters in Excel

3 Ways to Remove Specific Characters in Excel

Sometimes the data that we work with may contain unwanted characters that can make it difficult to read, sort, or…

Count One Column in Excel If Another Column Meets Criteria

6 Ways to Count One Column in Excel If Another Column Meets Criteria

Sometimes we need to count the entity of a specific column based on a criterion. For example, you have made…