kuldeepjainesl
Member
Hi,
Might be very easy but i could not figure it out in my past. Now putting this front od experts to get this sort out.
Problem: Alphanumeric string may be any combination of numeric values and alphabets but rightmost character will be numeric. Sample database given below
[pre]
[/pre]
Need a formula to extract the rightmost numeric value from "A" coloum to "B" as illustrated above. I will use it as a number so will multiply this to 1 to get it converted in to number so it can be used further.
I am stuck on how to find the position of rightmost alphabet? else I would have used Len and Right function to extract it.
Regards,
Kuldeep
Might be very easy but i could not figure it out in my past. Now putting this front od experts to get this sort out.
Problem: Alphanumeric string may be any combination of numeric values and alphabets but rightmost character will be numeric. Sample database given below
[pre]
Code:
"A" "B"
AXP003489 3489
A7GP00989 989
900089998 900089998
AHJGKK009 9
Need a formula to extract the rightmost numeric value from "A" coloum to "B" as illustrated above. I will use it as a number so will multiply this to 1 to get it converted in to number so it can be used further.
I am stuck on how to find the position of rightmost alphabet? else I would have used Len and Right function to extract it.
Regards,
Kuldeep