Need some help in what ype of formula I need to use to obtain the answer I need.
In column A I have a list of all the facilities in our organization. In column C I have the type of employee (fulltime, volunteer, contractor, etc....) in the facility. In a cell, I need to create a formula that returns the number of fulltime workers in each facility. I wrote a sumproduct formula - which reads - =sumproduct(--(A$3$:A$1678$=n$5$, C$3$:C$1678$=n$2$)). N5 is the facility number pull from a drop down list and n2 is the type of employee (designated by a number (1, 2, 3, 4, etc....). When I execute the formula, I get #value as the error.
What am I doing wrong - or should I be using a different formula all together?
In column A I have a list of all the facilities in our organization. In column C I have the type of employee (fulltime, volunteer, contractor, etc....) in the facility. In a cell, I need to create a formula that returns the number of fulltime workers in each facility. I wrote a sumproduct formula - which reads - =sumproduct(--(A$3$:A$1678$=n$5$, C$3$:C$1678$=n$2$)). N5 is the facility number pull from a drop down list and n2 is the type of employee (designated by a number (1, 2, 3, 4, etc....). When I execute the formula, I get #value as the error.
What am I doing wrong - or should I be using a different formula all together?