Compare cells and return occurrences

  • Thread starter Thread starter emm8080
  • Start date Start date
E

emm8080

Hi

I need a function that compares two columns of numbers and returns o
sorts numbers in column A that do not occur in column B

A B

1 1
2 3
3 3
4 4

The result would be 2.

Thx

Emm
 
Back
Top