Countif Text equals the same

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to build a formula that states Countif the Text on cell equals the
same text on cell B.

I'm sure its an easy one.
 
One way:

=SUMPRODUCT(--(A1:A25=B1:B25))

Extend the range as far as you need--but don't use the whole column.

=sumproduct() likes to work with numbers. The -- converts the true/falses to
1/0's.
 

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

Similar Threads

Excel Need Countifs Formula Help 0
Excel Count If Formula Question 1
Countif Problem 4
Excel Copy COUNTIF while retaining reference 7
Finding Text within an Array 2
Need help with IF Formula 4
countif 3
If condition with text 3

Back
Top