Hi,
I am trying to split text to always capture a specific item, I know I can do this using the Text to Columns function, but I need to do it with a formula as the text will change via a vlookup formula entered into the sheet.
What I need is the always number after the *, in this example it would be the 6. "Standard Ham and Egg *6"
I tried doing it using a formula I found on the Microsoft Support website '=RIGHT(O3,LEN(O3)-SEARCH("",O3,21)+1))' where O3 is where the text is located, I managed to understand that I need to adjust the 21 value to hit the number, but clearly my understanding is limited as when the text length changes, as it does depending on the product, I get a result which includes other text prior to the number.
Thanks in advance.
I am trying to split text to always capture a specific item, I know I can do this using the Text to Columns function, but I need to do it with a formula as the text will change via a vlookup formula entered into the sheet.
What I need is the always number after the *, in this example it would be the 6. "Standard Ham and Egg *6"
I tried doing it using a formula I found on the Microsoft Support website '=RIGHT(O3,LEN(O3)-SEARCH("",O3,21)+1))' where O3 is where the text is located, I managed to understand that I need to adjust the 21 value to hit the number, but clearly my understanding is limited as when the text length changes, as it does depending on the product, I get a result which includes other text prior to the number.
Thanks in advance.