Sales agents and targets

PhilKib

New Member
Joined
Aug 16, 2015
Messages
17
Hi

I hope someone can help me with an issue I'm having with a spreadsheet I have. In the book, I have a list of sales agents and on a daily basis each sale is recorded against each agent on the list. The information is fairly straight forward in that just the value of the sales is recorded, but there will be multiple entries from each agent over the course of the day. So for example, one agent may have 12 sales recorded.
On sheet1, there is a list of recorded sales for the day (agents name and value of sale) and on sheet2 I would like to have a drop down menu to select each agent in A1, and in B1 record their sales for the day.


Thanks for your help! :)

Phil
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Assuming salesman name in column A and sale value in column B on Sheet1 and Salesman name in cell A1 of Sheet2, to show total value in cell B1 of Sheet2:

=SUMIF(Sheet1!A:A,A1,Sheet1!B:B)
 
Upvote 0
Yes, sorry, its the total for each sales agent per day, the entries are not 'uniform' they are inputted as they are made.

Phil
 
Upvote 0

Forum statistics

Threads
1,214,594
Messages
6,120,436
Members
448,964
Latest member
Danni317

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top