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

Data Analysis

  • How To Load Analysis ToolPak in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How to create Gauge Chart in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • How to do a t-Test in Excel?

References

  • How to get address of first cell in range in Excel
  • Create hyperlink with VLOOKUP in Excel
  • Two-column Lookup in Excel
  • How to use Excel FORMULATEXT function
  • Approximate match with multiple criteria in Excel

Data Validations

  • Excel Data validation allow weekday only
  • Excel Data validation with conditional list
  • Prevent invalid data entering in specific cells
  • Excel Data validation allow uppercase only
  • Excel Data validation don’t exceed total

Get position of 2nd 3rd and more instance of character in Excel

by

To get the position of the 2nd, 3rd, 4th, etc. instance of a specific character inside a text string, you can use the FIND and SUBSTITUTE functions.

Note: we use “~” in this case only because it rarely occurs in other text. You can use any character that you know won’t appear in the text.

Formula

=FIND("~",SUBSTITUTE(text,char,"~",instance))

Explanation

In the example shown, the formula in E4 is:

=FIND("~",SUBSTITUTE(B4,"x","~",D4))

How this formula works

At the core, this formula uses the fact that the SUBSTITUTE function understands “instance”, supplied as an optional forth argument called “instance_num”. This means you can use the SUBSTITUTE function to replace a specific instance of a character in a text string.  So:

SUBSTITUTE(B4,"x","~",D4)

replaces only the 2nd instance (2 comes from D4) of “x” in text in B4, with “~” character. The result looks like this:

100×15~50

Next, FIND locates the “~” inside this string and returns the position, which is 7 in this case.

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

  • SWITCH function example in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function
  • Check multiple cells are equal in Excel
  • Nested IF function example in Excel

Date Time

  • List holidays between two dates in Excel
  • NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation
  • How to Calculate Age in Excel
  • Add years to date in Excel
  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group times into unequal buckets in Excel
  • How to randomly assign data to groups in Excel
  • Group arbitrary text values in Excel
  • Map inputs to arbitrary values in Excel
  • Running count group by n size in Excel

General

  • How to test a range for numbers in Excel
  • Index and match on multiple columns in Excel
  • How to generate random date between two dates in Excel
  • Count cells that do not contain errors in Excel
  • How to create dynamic named range with INDEX in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning