If Statement

T

Troyer

I have two columns A and C; A has 102 rows C has 88 rows. I want to find the
new values in column A that do not exist in column C. my statement is
=if(A1=C1:C88,"ok","new") It is returning a new each time?
 
Top