Hi Excel Guru's,
Hope you are all doing great!
I would like to know how can I extract the last part of this string.
The length of the string will vary and there could be unlimited "_" in the string.
134562_ AA (br rbg) - 4457658994 - uutouir2039845_W1_Q1_Y35_5590f
For some reason the formula below does not work on certain conditions.
=RIGHT(F9,LEN(F9)-LEN(SUBSTITUTE(F9,"_","")))
Always last four character from the last string are extracted, even if the last string is "55f" 3 character or "55555f" 6 characters.
If you could help me to come up with a solution that would be great.
Thanks for your time and looking forward to hear from you soon.
Kind Regards,
Z.
Hope you are all doing great!
I would like to know how can I extract the last part of this string.
The length of the string will vary and there could be unlimited "_" in the string.
134562_ AA (br rbg) - 4457658994 - uutouir2039845_W1_Q1_Y35_5590f
For some reason the formula below does not work on certain conditions.
=RIGHT(F9,LEN(F9)-LEN(SUBSTITUTE(F9,"_","")))
Always last four character from the last string are extracted, even if the last string is "55f" 3 character or "55555f" 6 characters.
If you could help me to come up with a solution that would be great.
Thanks for your time and looking forward to hear from you soon.
Kind Regards,
Z.