Hi! I have tried to find an answer to this on the forum but I'm not entirely sure what I need so I apologise if this has been posted already.
I have a formula which looks up the left 3 characters of a cell against a table containing 3 letter codes, if a certain number is used in the adjacent cell - and returns TRUE if there is a match
However, in my new table there are now codes that are between 3 and 7 digits and my formula only matches against the 3 letter codes and I'm not sure how to change my formula
This is my current formula
=IF(SUMPRODUCT(--('[JV Data.XLSX]Data'!$E$2:$E$3=O24))=1,IF(SUMPRODUCT(--('[JV Data.XLSX]CODES'!$C$2:$C$300=LEFT(N24,3)))=1,TRUE,FALSE),TRUE)
I need to amend the underlined part of my formula somehow to be able to show TRUE if the left 3-7 characters matches a code on my list
This is a sample of my codes, only the top result shows TRUE on my current formula
I have a formula which looks up the left 3 characters of a cell against a table containing 3 letter codes, if a certain number is used in the adjacent cell - and returns TRUE if there is a match
However, in my new table there are now codes that are between 3 and 7 digits and my formula only matches against the 3 letter codes and I'm not sure how to change my formula
This is my current formula
=IF(SUMPRODUCT(--('[JV Data.XLSX]Data'!$E$2:$E$3=O24))=1,IF(SUMPRODUCT(--('[JV Data.XLSX]CODES'!$C$2:$C$300=LEFT(N24,3)))=1,TRUE,FALSE),TRUE)
I need to amend the underlined part of my formula somehow to be able to show TRUE if the left 3-7 characters matches a code on my list
This is a sample of my codes, only the top result shows TRUE on my current formula