cumulative counting

R

Roy Gudgeon

I have a sales database with >300 records (sales orders) allocated to 6
salespersons. The database is added to constantly.

I want to be able to run a report at any given time for each person showing
their total sales to date.

Any ideas ?
 
M

Michael_R

Assuming you have the salesperson's names in column A and the orders in
column B you could do the following:

Make a list of all salesperson's names - say starting in D1
The formula in E1 for the first person's orders then is: =SUMIF(A:A,D1,B:B);
copy down.

I anticipate that your next question will be how to limit the totals to a
specific period; but that's another story.
 
R

Roy Gudgeon

hi Luke

thanks for reply, the sumif function suggested by michael sloved my problem.
I did try to use Pivot tables but got some strange results (problably me!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top