Hello again,
Earlier I asked for some help in extracting the last name of the employee in the string of characters listed below. The help was excellent and the formula below works perfectly. Now I've run up against another issue with this string. I now need to extract the 3 numbers to the right of the last : . In this example I am looking for "005". The formatting will always be the same with the same spaces between. I tried to adapt the formula below but it's not working. Thanks in advance for your assistance.
Tender type: Staff Charge Employee ID: 99999999 Cost centre: 005 Smith,John
=TRIM(RIGHT(SUBSTITUTE(REPLACE(A1,FIND(",",A1),LEN(A1),"")," ",REPT(" ",LEN(A1))),LEN(A1)))
Earlier I asked for some help in extracting the last name of the employee in the string of characters listed below. The help was excellent and the formula below works perfectly. Now I've run up against another issue with this string. I now need to extract the 3 numbers to the right of the last : . In this example I am looking for "005". The formatting will always be the same with the same spaces between. I tried to adapt the formula below but it's not working. Thanks in advance for your assistance.
Tender type: Staff Charge Employee ID: 99999999 Cost centre: 005 Smith,John
=TRIM(RIGHT(SUBSTITUTE(REPLACE(A1,FIND(",",A1),LEN(A1),"")," ",REPT(" ",LEN(A1))),LEN(A1)))