Hoping someone can help me.
I need to create something that can help calculate a "bonus" if certain items are sold on the same invoice with amount greater than $X.
Something like this:
To qualify employee X needs to sell gallon of milk to qualify priced at least $X, if he can add yogurt and eggs that are at least priced $X or more on the same invoice the employee gets $X.
<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>
Hope this makes sense.
I need to create something that can help calculate a "bonus" if certain items are sold on the same invoice with amount greater than $X.
Something like this:
To qualify employee X needs to sell gallon of milk to qualify priced at least $X, if he can add yogurt and eggs that are at least priced $X or more on the same invoice the employee gets $X.
Invoice | Employee | SKU | Description | Amount | Category |
111 | Jeff | A5B355 | Hillshire 12 | $ 5.00 | Eggs |
111 | Jeff | 190BDR | Gallon | $ 2.00 | Milk |
111 | Jeff | 293DKS | 32oz Vanilla | $ 3.00 | Yogurt |
444 | Carl | 98SKOS | Sharp 4oz | $ 2.00 | Cheese |
444 | Carl | FBN398 | Chocolate | $ 4.00 | Cookies |
<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>
Hope this makes sense.