COUNTIF formula problems

C

CazzyP

I have a range of data (example below) and I'm trying to identify every time
a row has both VTF and 1a in their respective columns. I've tried everything
I can think of but I'm not getting the right answer (would be 1 in the
example below).

Please can anyone help?!
Many thanks
Caroline

Example:

column 1 column 2 column 3
ABC complete 1a
VTF incomplete 1a
VTF incomplete 2
 
P

Pete_UK

Try this:

=SUMPRODUCT((A1:A100="VTF")*(C1:C100="1a"))

adjust the ranges to suit.

Hope this helps.

Pete
 
C

CazzyP

Thanks very much Pete. I'll give that a go!


Pete_UK said:
Try this:

=SUMPRODUCT((A1:A100="VTF")*(C1:C100="1a"))

adjust the ranges to suit.

Hope this helps.

Pete
 

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