View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
TrevorC TrevorC is offline
external usenet poster
 
Posts: 7
Default IF statement between two worksheets

Thanks. This is kind of working but I know there are matching values that
are not being detected.

Any other ideas?

"JP" wrote:

Also

=IF(COUNTIF(Sheet2!E:E,A1),"match","false")


HTH,
JP

On Jan 11, 3:21 pm, JP wrote:
=IF(ISNA(VLOOKUP(A1,Sheet2!E:E,1,FALSE)),"false"," match")

HTH,
JP