Hi there,
I hope this is simple for someone. I always figure things out myself, but I thought it would be real nice to see if anyone else out there thought this was super simple and knew the answer. Here goes:
I am working on an Access report that details individual sales by month, then sums the total at the bottom (I have all this part done), and based on the sum, uses the appropriate percentage rate to calculate the commission. I hope I am making sense.
Here is the pay rate based on total sales.
0 – 499K = .03%
500k – 999K = .0325%
1M – 1.9M = .035%
2M – 2.9M = .0375%
3M+ = .04%
How do I write a query formula that looks at the total sales and based on the total sales number uses the correct rate to calculate the commission?
Hope this sounds fun for someone. Probably old as the hills.
Thank you and regards,
pollyanna
I hope this is simple for someone. I always figure things out myself, but I thought it would be real nice to see if anyone else out there thought this was super simple and knew the answer. Here goes:
I am working on an Access report that details individual sales by month, then sums the total at the bottom (I have all this part done), and based on the sum, uses the appropriate percentage rate to calculate the commission. I hope I am making sense.
Here is the pay rate based on total sales.
0 – 499K = .03%
500k – 999K = .0325%
1M – 1.9M = .035%
2M – 2.9M = .0375%
3M+ = .04%
How do I write a query formula that looks at the total sales and based on the total sales number uses the correct rate to calculate the commission?
Hope this sounds fun for someone. Probably old as the hills.
Thank you and regards,
pollyanna
Comment