Forum Discussion

itsMonty's avatar
itsMonty
Copper Contributor
Sep 23, 2024
Solved

How to find names in a column from a smaller list of names in another column, plus mark for sorting

Hello all.    To demonstrate (screenshot enclosed), I have a list of names in column A and a smaller list in column D. Is there a formula that can be placed in column B to find the matching names ...
  • HansVogelaar's avatar
    Sep 23, 2024

    itsMonty 

    In B1:

    =IF(ISNUMBER(XMATCH(A1, $D$1:$D$11)), "fix", "")

    Adjust $D$1:$D$11 if necessary.

    Fill down.

Resources