My first reaction is why you have to look for the digit 4 ; can you not look for the text string NA/ , and take the 5 digits which follow ? Or even simpler , just take the 5 digits starting from the 12th position ? Or will the text string and / or the length of the text string before the digits vary ?
Please find the below mention formula ..also sheet attached
Formula 1 =MID(A2,FIND("/",A2,FIND("/",A2,FIND("/",A2)+1)+1)+1,5)
Formula 2 =MID(A2,FIND("NA",A2)+3,5)
A Hugh thank you to both Rahul Shewale.. & Naresh, all 3 formula's provided are working perfectly - I can't thank you enough! Your assistance is greatly appreciated!
Kelli