Hi, I have tweaked my previously mentioned formula as below and this is working fine with no error however will go with Kavin's lookup formula which is very nice one.
Considering that the value BLR5658DTDC is in cell A1.
=IFERROR(IFERROR(MID(A1&0,(MIN(IFERROR(SEARCH({1,2,3,4,5,6,7,8,9,0},A1,1),""))),(MIN(IFERROR(FIND(CHAR(ROW($A$65:$A$122)),A1,MIN(IFERROR(SEARCH({1,2,3,4,5,6,7,8,9,0},A1,1),""))),"")))-(MIN(IFERROR(SEARCH({1,2,3,4,5,6,7,8,9,0},A1,1),""))))*1,RIGHT(A1,(LEN(A1)-(MIN(IFERROR(SEARCH({1,2,3,4,5,6,7,8,9,0},A1,1),""))))+1)*1),"")
Press Ctrl+Shift+Enter.
@Kevin,
I have spent sometime to understand your formulas and now understood them well and liked your logic a lot.
Thanks & Regards,
Anupam Tiwari