Excel Questions: using match

J

Jacob Skaria

In cell B1 apply formula and copy down as required
=COUNTIF(F:F,A1)>0

To find the total missing ones try this formula
=COUNTIF(B:B,FALSE)
 
S

sdemtevym

Thanks for replying, but that didnt help me.
I have 584 unique image numbers in column F, so I should logically have 584
FALSE OR TRUE, depending on how the formula is written, but at the moment
I have 508 TRUE and 507 FALSE, which is wrong.
 
J

Jacob Skaria

I have had a look at the file...There are 77 items in ColF which are not
there in ColA

eg: 30308049
 
J

John

Hi
I'm using this =ISNUMBER(MATCH(F2,A$2:A$1200,0)) Will give True for Match, False
no Match
then =COUNTIF(B:B,FALSE) and get 77
=COUNTIF(B:B,True) and get 508
Is this what you want ?
HTH
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top