count matched cells

  • Thread starter Thread starter KB
  • Start date Start date
K

KB

I have a tracker with 1 of the columns being the requested due date & one is
the actual completed date. I need a formula that will compare these 2 cells
in the row & calculate how many times the due date was met.
So in cell A1 I have a running total of how many projects met the due date.
Is there a countif formula for this?
Thank you!
 
Assming there are no empty cells...

Try something like this:

=SUMPRODUCT(--(A1:A10=B1:B10))
 

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