Nope, 4 numbers is as big as it'll get!
I actually got it working using
=IF(B1="B",A1,IF(B2="B",A2,IF(B3="B",A3,IF(B4="B",A4,IF(B1="E",A1,IF(B2="E",A2,IF(B3="E",A3,IF(B4="E",A4,IF(B1="F",A1,IF(B2="F",A2,IF(B3="F",A3,IF(B4="F",A4,"fail"))))))))))))
However I need to add something to the code so that if the word the above formula returns already exists in cell A8 then look at the next letter. So if the letter B was found in B1 and A1="Cat" and A8="CAT", then it should look at finding E if it exists in the range and if not look at finding F after that.
Bookmarks