Hi I have a spreadsheet that contains name, gender, race, and supervisory level for all employees. I'm trying to create a formula that will allow me to count the number of--- for instance --Hispanic females in a supervisory position. which will be combining three columns.
Column C - Gender
Column D - Race
Comun G - Level (supervisor, manager, other)
How can I combine this countif formula. This is the formula I'm using:
=COUNTIF(C2:C5,"Female")+COUNTIF(D2:D5,"Black")+COUNTIF(G2:G5,"O")
But instead of bringing back the number "1" which is what it should be.. it's bring back "7" because it is counting the total number of times it sees the word female, Black & Other fields' within the range I have selected. Am I using the wrong formula?
Any help will be greatly appreciated. This report is due MONDAY ...
Jacentia
Column C - Gender
Column D - Race
Comun G - Level (supervisor, manager, other)
How can I combine this countif formula. This is the formula I'm using:
=COUNTIF(C2:C5,"Female")+COUNTIF(D2:D5,"Black")+COUNTIF(G2:G5,"O")
But instead of bringing back the number "1" which is what it should be.. it's bring back "7" because it is counting the total number of times it sees the word female, Black & Other fields' within the range I have selected. Am I using the wrong formula?
Any help will be greatly appreciated. This report is due MONDAY ...
Jacentia