Hi guys,

I can't solve a problem. I need to search for 2 numbers in a cell contains both
text and numbers.

I need to find the two first numbers after the letters,
example:
BFT01777 need to return "01" (three letters in the start)
BF018888 need to return "01" also (but now two letters in the start).

Is this possible?