I have a spread sheet that has multiple divisions going down in rows, each row has one person and relevant information for the employees. I have used a formula to eliminate all the duplicate divisions. I am trying to create summary information from the divisions.
My division were consolidated with the formula =INDEX($F$2:$F$587,MATCH(0,COUNTIF($J$1:J1,$F$2:$F$587),0))
Now I would like to use the derived value the corresponding Cell J2:J21 and count the row IF the value in F2:F588 is equal the value in the J cell AND the value in H2:H588 is equal to the value in Q1
This goal is to count how many persons in the organization are AMIND and total place the total number in the division.. I have tried a number or permutation but cannot seem to get it to work.
enter image description here