Is there any SIMPLE excel function that can find the (n)th matched of a string in a string?
I need to extract the number and text, separated by "+" as in example below:
In cell A2 I have value: "abcd+123+xyz".
This is what I'm doing:
In cell A3, I add two more "++" to the end of A1 cell value
Cell A4 I have formular:![]()
Please Login or Register to view this content.
and cell A5:![]()
Please Login or Register to view this content.
and cell A6:![]()
Please Login or Register to view this content.
Is there anything like this:![]()
Please Login or Register to view this content.
without writing VBA code?![]()
Please Login or Register to view this content.
I don't think there is such function, and I can find one more solution to my problem via this thread:
http://www.excelforum.com/excel-form...r-x-and-y.html
Bookmarks