Skip to main content

How to check if cell begins or ends with a specific character in Excel?

For a list of data, you may need to check certain cells if they are begin or end with a specific character. This article will recommend two methods for you to solve this problem.

Check if cell begins or ends with a specific character with formula
Check if cell begins or ends with a specific character with Kutools for Excel


Check if cell begins or ends with a specific character with formula

For example, you want to check if a cell begins with a character “s”, or ends with a character “n”, please apply the following formulas to achieve it.

1. Select a blank cell (cell B2) in a help column for showing the result, enter formula into the Formula Bar, and then press the Enter key. See screenshot:

=IF(LEFT(TRIM(A2),1)="s","OK","Not OK")

2. Keep selecting cell B2, and drag the Fill Handle down until all cells are checked.

Notes:

1. In the formula, A2 and “s” are the cell and first character you need to check. If the result appears Not OK, it means that the corresponding cell does not begin with character “s”, otherwise, it will get the OK result.
2. For checking if cell ends with a character “n”, please apply the below formula. See screenshot:

=IF(RIGHT(TRIM(A2),1)="n","OK","Not OK")


Check if cell begins or ends with a specific character with Kutools for Excel

The Select Specific Cells utility of Kutools for Excel will help you easily check if cell begins or ends with a specific character in Excel.

Before applying Kutools for Excel, please download and install it firstly.

1. Select the range you want to check cells begin or end with specific character, and then click Kutools > Select > Select Specific Cells. See screenshot:

2. In the Select Specific Cells dialog box, select the Cell option in the Selection type section, and in the Specific type section, choose Begins with or Ends with from the drop-down list, then type the character you will check into the textbox. Click the OK button.

3. Then a dialog box pops up to tell you how many cells are qualified and will be selected, please click the OK button. Then cells which begin with or end with a specified character are selected immediately.

Note: This utility supports selecting cells with two criteria. For example, you can select cells which begin with “S” or end with “n” at the same time as below screenshot shown.

  If you want to have a free trial (30-day) of this utility, please click to download it, and then go to apply the operation according above steps.


Check if cell begins or ends with a specific character with Kutools for Excel

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Spot on, thanks so much. Copied and it worked 30 seconds. thank you thank you
This comment was minimized by the moderator on the site
Hello - How can I use this with an OR included? I would like to know if a cell starts with an "E" or an "M", then Yes=IF(LEFT(TRIM(AG10),1)="E","Yes","No")
This comment was minimized by the moderator on the site
Using Cell A1 as the reference:
=IF(OR(LEFT(TRIM(A1),1)="E",LEFT(TRIM(A1),1)="E"),"Yes","No")


https://support.microsoft.com/en-us/office/using-if-with-and-or-and-not-functions-d895f58c-b36c-419e-b1f2-5c193a236d97
This comment was minimized by the moderator on the site
Is there a way to check if a cell begins with any of the 26 letters, not just one specific character?
This comment was minimized by the moderator on the site
OMG this is so helpful! you are a genius,
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations