Share via

Find missing data between columns

Anonymous
2020-04-27T17:24:36+00:00

Hi.  I'm trying to compare two columns of data to look for MISSING data.  I have two columns with over a thousand names each column.  Most names in column A are also in column B.  What I'm trying to determine is the names in column A that ARE NOT in column B.  Is there a formula for this?  Thanks

Microsoft 365 and Office | Excel | For home | 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

  1. Anonymous
    2020-04-27T17:36:02+00:00

    In [C2] put =COUNTIF(B:B, A2) then fill down to the extent of values in column A. Filter for 0 in column C and the visible values in column A will be the ones that do not exist in column B.

    20+ people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-04-27T18:19:01+00:00

    Thanks, that worked!

    1 person found this answer helpful.
    0 comments No comments