Hi there!
This is brilliant! I appreciate it!
However, I tried to implement its concept with a slight variation and it did not work.
How can you scan only the first few characters in the cell rather than all the characters? I tried replacing Lens with LEFT and it did not work, as follows:
=(SUMPRODUCT(--(MOD(MATCH(CODE(MID('PL & BS Leadsheets'!$A5,ROW(INDEX('PL & BS Leadsheets'!A:A,1):INDEX('PL & BS Leadsheets'!A:A,LEFT('PL & BS Leadsheets'!A5,3))),1)),{0,48,58,65,91,97,123}),2)=0)))=LEFT('PL & BS Leadsheets'!A5,3)
I only want to check if the first letter in the cell IS an a-z or A-Z?? If so (i.e true), I will tie it into a Vlookup to return that cell.