Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Chart Axes in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • Excel Line Chart
  • Conditional Formatting Color Scales Examples in Excel
  • Reverse List in Excel

References

  • How to calculate two-way lookup VLOOKUP in Excel Table
  • Merge tables with VLOOKUP in Excel
  • Count unique text values with criteria
  • Approximate match with multiple criteria in Excel
  • Two-column Lookup in Excel

Data Validations

  • Excel Data validation must not contain
  • Excel Data validation specific characters only
  • Excel Data validation must contain specific text
  • Excel Data validation date in specific year
  • Data validation must not exist in list

How to find nth occurrence of character in Excel

by

To find the nth occurrence of a character in a text string, you can use a formula based on the FIND and SUBSTITUTE functions.

Formula

=FIND(CHAR(160),SUBSTITUTE
(text,"@",CHAR(160),N))

Explanation

In the example shown, the formula in D5 is:

=FIND(CHAR(160),SUBSTITUTE
(B5,"@",CHAR(160),C5))

How this formula works

In this example we are looking for the nth occurrence of the “@” character.

Working from the inside out, we first use the SUBSTITUTE function to replace the nth occurrence of “@” with CHAR(160):

SUBSTITUTE(B5,"@",CHAR(160),C5)

The SUBSTITUTE function has an optional 4th argument called instance number that can be used to specify the instance that should be replaced. This number comes from column C.

SUBSTITUTE then replaces the nth occurrence of “@” with CHAR(160), which resolves to “†”. We use CHAR(160) because it won’t normally appear in text. You can use any character you know won’t exist in the text.

Finally, the FIND character looks for CHAR(160) and returns the position.

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • How to use Excel TRUE Function
  • Excel If, Nested If, And/Or Criteria Examples
  • How to use Excel NOT Function

Date Time

  • Convert date to month and year in Excel
  • How to get same date next month or previous month in Excel
  • Get last working day in month in Excel
  • Count day of week between dates in Excel
  • Display Days until expiration date in Excel

Grouping

  • Map text to numbers in Excel
  • How to randomly assign people to groups in Excel
  • Calculate conditional mode with criteria in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel

General

  • Freeze and Unfreeze Panes in Excel
  • How to create dynamic named range with INDEX in Excel
  • Creating and Opening an existing file in Excel
  • How to get random value from list or table in Excel
  • Check if range contains a value not in another range in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning