Hi,
I have to work out the amount of values e.g. between 60 & 90, per sales manger.
I have a colum with numbers ranging from 1-1000 and a colum with a corresponding sales manager for each entry.
So i need to know how many entrys John Smith had between 60 & 90!
I can get the toatal amount of entries between 60 and 90 using this =SUMPRODUCT(--(H2:H3363>60),--(H2:H3363<90))
But when I try and add another condition in, to count how many of those are for each sales manger it doesn't work.
I have been trying this =SUMPRODUCT(--(H2:H3363>60),--(H2:H3363<90),--(F2:F3362="John Smith"))
Thanks Laura
I have to work out the amount of values e.g. between 60 & 90, per sales manger.
I have a colum with numbers ranging from 1-1000 and a colum with a corresponding sales manager for each entry.
So i need to know how many entrys John Smith had between 60 & 90!
I can get the toatal amount of entries between 60 and 90 using this =SUMPRODUCT(--(H2:H3363>60),--(H2:H3363<90))
But when I try and add another condition in, to count how many of those are for each sales manger it doesn't work.
I have been trying this =SUMPRODUCT(--(H2:H3363>60),--(H2:H3363<90),--(F2:F3362="John Smith"))
Thanks Laura