anupamtiwari05
Member
Hi All,
I need your help to know the nth occurence of a number in a Text or String.
For example, I have written "anupam53" in cell A1 and now I want the position of first occurence of a number e.g. 5 here or may be 2nd occurence e.g. 3 within this text.
I have tried below array formula but its not working and I have also searched this site and not reached to the solution.
{=FIND({"0","1","2","3","4","5","6","7","8","9"},A1,1)}
when I pressed F9 in the formula, it shows ={#VALUE!,#VALUE!,#VALUE!,8,#VALUE!,7,#VALUE!,#VALUE!,#VALUE!,#VALUE!}
it means its showing the position but don't know how to get this in result.
Please assist if it is possible and also let me know if I am not clear to explain you above.
Thanks & Regards,
Anupam Tiwari
I need your help to know the nth occurence of a number in a Text or String.
For example, I have written "anupam53" in cell A1 and now I want the position of first occurence of a number e.g. 5 here or may be 2nd occurence e.g. 3 within this text.
I have tried below array formula but its not working and I have also searched this site and not reached to the solution.
{=FIND({"0","1","2","3","4","5","6","7","8","9"},A1,1)}
when I pressed F9 in the formula, it shows ={#VALUE!,#VALUE!,#VALUE!,8,#VALUE!,7,#VALUE!,#VALUE!,#VALUE!,#VALUE!}
it means its showing the position but don't know how to get this in result.
Please assist if it is possible and also let me know if I am not clear to explain you above.
Thanks & Regards,
Anupam Tiwari