Sumif with two conditions.
Posted by Noel on August 30, 2001 7:06 AM
Hi All,
I have encountered the following problem:
I have three columns, A, B & C. Col A contains a list of names, Col b contains a list of countries and Col C contains a list of Job types. I want, for example, to count the number of Engineers in Ireland with the following formula :
=SUM(IF(B10:B20="Ireland",IF(C10:C18="Engineering",1,0),0))
But it doesn't seem to work.
Help would be greatly appreciated.
- N