S
Sue
Hi I am trying to figure out how to enter a countif
statement with 3 conditions.
For example I have
Column A Column B Column C Column D
Location Title Qualfication Number
Kent Partner MRICS BA HONS 3
Wolves Parnter MRICS 4
Kent Partner MRICS 5
London Senior Partner FRICS 6
Kent Partner FRIC 7
What I need to do is find out how many Partners there are
in Kent that have the MRICS qualification. You will
notice that the qualification column may hold more than 1
qualification, eg: MRICS, BA(HONS), FRICS..etc.
Can anyone please guide me on how to sort this out.
I have managed to get:
=COUNTIF('Staff Schedule'!A:A,"Orpington"*('Staff
Schedule'!B:B,"Partner")*(C:C,"*MRICS*))
But if I try to use concatenation operators..etc , I get
#Ref error message. All help most appreciated. Thanking
you in advance.
Sue
statement with 3 conditions.
For example I have
Column A Column B Column C Column D
Location Title Qualfication Number
Kent Partner MRICS BA HONS 3
Wolves Parnter MRICS 4
Kent Partner MRICS 5
London Senior Partner FRICS 6
Kent Partner FRIC 7
What I need to do is find out how many Partners there are
in Kent that have the MRICS qualification. You will
notice that the qualification column may hold more than 1
qualification, eg: MRICS, BA(HONS), FRICS..etc.
Can anyone please guide me on how to sort this out.
I have managed to get:
=COUNTIF('Staff Schedule'!A:A,"Orpington"*('Staff
Schedule'!B:B,"Partner")*(C:C,"*MRICS*))
But if I try to use concatenation operators..etc , I get
#Ref error message. All help most appreciated. Thanking
you in advance.
Sue