Share via

Function in Excel

Anonymous
2024-10-20T16:44:42+00:00

Excel function or combination of functions. to see if the value in a cell exists in an array.

Microsoft 365 and Office | Excel | For business | Windows

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.

0 comments No comments

Answer accepted by question author

Vijay A. Verma 104.9K Reputation points Volunteer Moderator
2024-10-20T16:52:29+00:00

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

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-10-21T11:36:32+00:00

    Many thanks problem solved

    Barry White

    Was this answer helpful?

    0 comments No comments