R
Robert
I have a report broken down by employees and days worked and sales made.
name date amount
robb 6/1/7 $444.00
robb 6/2/7 $115.00
robb 6/2/7 $555.00
robb 6/4/7 $943.00
what I’m trying to do is add the number of days worked and then div by
amount sold. the problem I’m having is getting the number of days worked
when I have repeating values (2 sales on 6/2.)
final report should look like this. I must list all sales above, I cannot
sum on daily totals.
total
Name # of days worked avg sale per day
robb 3 $685
name date amount
robb 6/1/7 $444.00
robb 6/2/7 $115.00
robb 6/2/7 $555.00
robb 6/4/7 $943.00
what I’m trying to do is add the number of days worked and then div by
amount sold. the problem I’m having is getting the number of days worked
when I have repeating values (2 sales on 6/2.)
final report should look like this. I must list all sales above, I cannot
sum on daily totals.
total
Name # of days worked avg sale per day
robb 3 $685