I need to find a way to match the Agent Type and ACHIEVED goal in a different sheet, but the payouts are as follows:
The problem is most of the time an agent hits their goal, but their achieved goal falls between 2 target goal tiers. So the problem is their achieved goal is 6,600 I need the returned incentive to be 100 since they didn't make it to the 2nd tier of 7,000
I've tried all combinations of index(match, vlookup, xlookup and so on, but because I have to match the Agent Type exactly, but the Goal approximately I can't get the right answer.
The problem is most of the time an agent hits their goal, but their achieved goal falls between 2 target goal tiers. So the problem is their achieved goal is 6,600 I need the returned incentive to be 100 since they didn't make it to the 2nd tier of 7,000
I've tried all combinations of index(match, vlookup, xlookup and so on, but because I have to match the Agent Type exactly, but the Goal approximately I can't get the right answer.
Agent Type | Goal Target | Incentive |
1 MO | 6,500 | 100 |
1 MO | 7,000 | 110 |
Agent | 26,000 | 200 |
Agent | 29,000 | 300 |
Sr. Agent | 27,000 | 250 |
Sr. Agent | 29,000 | 300 |