= one total two columns different text

R

rtr7743

I am trying to add a formula that will give me a total. I need it to look at
column b for Wash and then look at column h in the same row for OT and then
tell me how many have both words.
 
P

Pete_UK

Try this:

=SUMPRODUCT((B1:B1000="Wash")*(H1:H1000="OT"))

I've assumed you have 1000 rows of data - adjust if you have more.

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