Hi everyone,
I'm re posting this as my previous thread was a bit confusing and didn't get any replies.
I would like column D:D to be populated with a function rather than manually. This column contains H codes taken from E:E. The codes are in this format: H0xx-H9xx (4 characters, first character is fixed as H the second character varies from 0 to 9 and the third and fourth characters are random).
I would like one formula to extract the code and return it to column D as seen in the attached file.
You may also enhance my formula, I don't know how to incorporate an OR function to this so. Now it only returns H0xx.
https://1drv.ms/x/s!AgQdYsSdg735eSFFPKUE3l_bjqM (Attached in One Drive)
Many thanks
I'm re posting this as my previous thread was a bit confusing and didn't get any replies.
I would like column D:D to be populated with a function rather than manually. This column contains H codes taken from E:E. The codes are in this format: H0xx-H9xx (4 characters, first character is fixed as H the second character varies from 0 to 9 and the third and fourth characters are random).
I would like one formula to extract the code and return it to column D as seen in the attached file.
You may also enhance my formula, I don't know how to incorporate an OR function to this so. Now it only returns H0xx.
Code:
[COLOR=#333333]=IFERROR(MID(E2,SEARCH({"H0","H1","H2","H3","H4","H5","H6","H7","H8","H9"},E2),4),"")[/COLOR]
https://1drv.ms/x/s!AgQdYsSdg735eSFFPKUE3l_bjqM (Attached in One Drive)
Many thanks