K
KReese
I have a query (query A) that determines an actual sales percentage per
worker. That percentage determines how much of a bonus that individual will
receive.
For example:
Sales % Eligible Bonus
I’ve used ‘Switch’ functions in queries before, but never with this many
elements. I tried using ‘Switch’ and could not get it to work.
Because the ‘Sales %’ and ‘Eligible Bonus’ percentages never change, is
there a way to put those in a table to use to compare to (to retrieve the
‘Eligible Bonus’ amount). For example, if my query (query A) returns that
someone’s ‘actual sales percentage’ is 88.6, can the 88.6 be compared to the
‘Sales %’ and return the appropriate ‘Eligible Bonus’ of 90%? If so, what is
the best way to do this (given my avg query skill level)?
Any assistance that you can provide would be greatly appreciated.
worker. That percentage determines how much of a bonus that individual will
receive.
For example:
Sales % Eligible Bonus
(etc.. KEEPS GOING DOWN to 0% in Sales % and Eligible Bonus %)=90% = 100%
=80% = 90%
=70% = 75%
=69% = 60%
=68% = 59%
I’ve used ‘Switch’ functions in queries before, but never with this many
elements. I tried using ‘Switch’ and could not get it to work.
Because the ‘Sales %’ and ‘Eligible Bonus’ percentages never change, is
there a way to put those in a table to use to compare to (to retrieve the
‘Eligible Bonus’ amount). For example, if my query (query A) returns that
someone’s ‘actual sales percentage’ is 88.6, can the 88.6 be compared to the
‘Sales %’ and return the appropriate ‘Eligible Bonus’ of 90%? If so, what is
the best way to do this (given my avg query skill level)?
Any assistance that you can provide would be greatly appreciated.