
Originally Posted by
olsoniv
I am trying to use an array to count the number of instances for a sales person and the area they sold in.
The formula looks like this:
{=SUM((Salesperson=SpecificSalesperson)*(Area=SpecificArea)*(1))}
Salesperson is the range of Cells where all names of sales people are.
Area is the range of cells where all areas for same records are.
This works in my test bed where there are only 10 entries. My actual data has about 14000 entries. When I try to use this I get a #NUM back. Why is this working in my test bed but not in my actual data sheet?
Bookmarks