Try this in cell D6:
=LOOKUP(99^99,--("0"&MID(MID(B6,SEARCH(C6,B6)+3,99),MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},MID(B6,SEARCH(C6,B6)+3,99)&"0123456789")),ROW($1:$10000))))
Edit: Sorry of that's overly long. I do really understand how that formula works. All I did was replace B6 with the end of the string following the answer in C6. So basically, MID(B6,SEARCH(C6,B6)+3,99) just searches for the number in C6 and provides everything that follows that number for the original formula to use.
Edit2: Of course, if the last number was always a 2 digit number at the end, then simply: =RIGHT(B6,2)
Bookmarks