Answers for "if condition in for a list in excel"

0

excel check if in list

=IF(ISNUMBER(MATCH(B2,A:A,0)),1,0)

B2 is value to be looked up
A:A is list Range
Posted by: Guest on May-03-2021

Code answers related to "if condition in for a list in excel"

Browse Popular Code Answers by Language