A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
You can use one of these to check existence of A2 in B2:B100 which will give True / False.
=ISNUMBER(MATCH(A2,B2:B100,0))
=COUNTIF(B2:B100,A2)>0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Excel function or combination of functions. to see if the value in a cell exists in an array.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
You can use one of these to check existence of A2 in B2:B100 which will give True / False.
=ISNUMBER(MATCH(A2,B2:B100,0))
=COUNTIF(B2:B100,A2)>0
Many thanks problem solved
Barry White