show comparison variance

H

Hilton

I have wo numbers in Column A and E. I need to see what is in E that is not
in A and show the value for that result that is in column F in column I.
 
B

Bernard Liengme

Play with this to suit your needs:
=IF(COUNTIF(A:A,E1),"ok","Missing")
best wishes
 
Top