Matching

  • Thread starter Thread starter intheway
  • Start date Start date
I

intheway

I have two columns that contain outstanding and cleared checks. I need
Excel to match the two columns, and let me know which checks are still
outstanding. The data are in columms A & B????
 
Hi

In C2, use
=COUNTIF(A:A,B2)
and fill down.

This will give you a count of how many times (if at all) B2 is found in
column A

Andy.
 

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

Back
Top