29
Excel Formulas to Find the Position of 2nd & 3rd Instance of Character!!
By default, the FIND function returns the position number of the first instance of the character you are searching for. If you want the position number of the second instance, you can use the optional Start_Num argument. In this chapter, we will show the step-by-step procedure to find out the position of the 2nd and 3rd instance of a character in Excel. Let’s see them below!! Get an official version of ** MS Excel** from the following link: https://www.microsoft.com/en-in/microsoft-365/excel

=FIND(“~”,SUBSTITUTE(text,char,”~”,instance))
Let’s consider the below example image.



This page provides some useful tricks to find out the position of the 2nd and 3rd instance of a character in Excel. Hope you like it. If you have any questions or suggestions regarding this lesson, feel free to use the comments section below to let us know.
Thank you so much for visiting *Geek Excel!! **If you want to learn more helpful formulas, check out Excel Formulas *!! **
29