B
Balhar
i have some data that is organized terribly, and it's HUGE.
i have sales numbers monthly by sales rep
the month column has the number of sales for that rep for that month per store
however a rep covers more than one store, so there are multiple entries for
each month for each rep.
i want to count how many entries there are in a given month for a given rep.
i can do the sum easy enough =SUMIF(H:H,"Max",U:U)
it checks H for "Max" and adds up how many entries there are in U for each
time Max appears in H
but i dont want a total, i just want the count
sorry for the long description. this has got my head in a spin
i have sales numbers monthly by sales rep
the month column has the number of sales for that rep for that month per store
however a rep covers more than one store, so there are multiple entries for
each month for each rep.
i want to count how many entries there are in a given month for a given rep.
i can do the sum easy enough =SUMIF(H:H,"Max",U:U)
it checks H for "Max" and adds up how many entries there are in U for each
time Max appears in H
but i dont want a total, i just want the count
sorry for the long description. this has got my head in a spin