C
cdw
ColumnA Column B ColumnC ColumnD
This is the formula I used and it keeps telling me that there is a problem
with a67 and then send error message #value!
I am inputting this formula into cell b67.
a67 is where Kelly's name appears
b67 is where I want the running total of sales for Kelly for Q1
b2:b100 = list of who made sales
j9 = start date of quarter
j10 = end date of quarter
a2:a100 = sales made per salesperson
=sumproduct((b2:b100=a67)*(d2:d100>=J9)*(d2:d100<=j10)*a2:a100)
This is the formula I used and it keeps telling me that there is a problem
with a67 and then send error message #value!
I am inputting this formula into cell b67.
a67 is where Kelly's name appears
b67 is where I want the running total of sales for Kelly for Q1
b2:b100 = list of who made sales
j9 = start date of quarter
j10 = end date of quarter
a2:a100 = sales made per salesperson
=sumproduct((b2:b100=a67)*(d2:d100>=J9)*(d2:d100<=j10)*a2:a100)