I have two columns in excel, and I want to find (preferably highlight) the items that are in column B, but not in column A.
What's the quickest way to do this?
|
I have two columns in excel, and I want to find (preferably highlight) the items that are in column B, but not in column A. What's the quickest way to do this? |
|||
|
|
If the formula fails to find a match, it will be marked #N/A, otherwise it will be a number. If you'd like it to be TRUE for match and FALSE for no match, use this formula instead:
|
|||||
|
|
Here's a quick-and-dirty method. Highlight Column B and open Conditional Formatting. Pick Use a formula to determine which cells to highlight. Enter the following formula then set your preferred format. =countif(A:A,B1)=0 |
|||
|
|
|
See my array formula answer to listing A not found in B here:
|
||||
|
|