Dynamic Programming Question Excel or MS Access

anich22

New Member
Joined
Jun 3, 2013
Messages
5
I am stuck. I've created an MS Access db to pull all invoiced and quote dollars for a specific brand from April 2013 to current. My required fields are sales manager and customer name. How do I set a criteria that will aggregate the customer sales dollars greater than or equal to $75K. Then I would like to count the number of customers by sales manager that met this minimum threshold.

As a concellation prize, I created the database to generate all sales for a specific brand, I summarized the data into a pivot table where sales manager and customer name is in my row field (I added a custom filter to show only those customers that have a subtotal greater than or equal to $75K)

I would like to identify the total number of customers by sales manager that meet the $75K threshold.

I really need help with this one, and I hope my question make sense.

Thank you in advance.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Hi

Create Access DB "Query1" with 2 fields only - "Customer" & "Dollar Amount" to sum Customer sales dollars. Add criteria >= $75k

Create Access DB "Query2" With DB "Query1" as one table. 2nd table is a table of "Customer by sales Mgr" (Unique records only)....... Linked to "Query1" by customer

Excel MSquery / External data connect to "Query2" to create your pivot table

Pivot table Row Field - "Sales Manager"
Pivot table Value as "count of customer"

Edit:...
That is if you want your output in a pivot table.
If you just require the data then use Query2 to Group by sales Manager & "Count of Customer"
 
Last edited:
Upvote 0
Oh My Goodness, that worked. Thank you so much. So simple... I have been searching trying count, countifs, sumproduct, etc.... lol:cool:
 
Upvote 0
Hi

Create Access DB "Query1" with 2 fields only - "Customer" & "Dollar Amount" to sum Customer sales dollars. Add criteria >= $75k

Create Access DB "Query2" With DB "Query1" as one table. 2nd table is a table of "Customer by sales Mgr" (Unique records only)....... Linked to "Query1" by customer

Excel MSquery / External data connect to "Query2" to create your pivot table

Pivot table Row Field - "Sales Manager"
Pivot table Value as "count of customer"

Edit:...
That is if you want your output in a pivot table.
If you just require the data then use Query2 to Group by sales Manager & "Count of Customer"



Oh My Goodness, that worked. Thank you so much. So simple... I have been searching trying count, countifs, sumproduct, etc.... lol:cool:
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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