COUNTIF using multiple criteria

T

TritaniumZero

Hi I need to write a formula which counts the number of cells where multiple
criteria are met.

For example, I need a countif statement (or equivelent) that will add up
total cells where F:F = "specific name" AND C:C begins with "FLT"

When I have tried it has run it as two seperate statements rather than like
a filtered search, so the result is wildly wrong.

Can anyone help please

Many Thanks in advance
 
T

Toppers

=SUMORODUCT(--(F2;F1000=X1),--(LEFT(C2:C1000),3)="FLT"))

X1 contains you name.

Unless you have XL2007, you cannot use whole columns as ranges.
 
B

Bob Phillips

SUMORODUCT? <vbg>

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
B

Bob Phillips

That will only get you making the mistakes quicker ... believe me, I know!

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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