Dynamic Lookup Depending on Criteria

teefy

New Member
Joined
Mar 2, 2009
Messages
31
s!AiTfuC9hs0NdnnjZczIuwXQxVYDA
Hello,

I hope someone can help, as I have brain freeze over this.

I have a worksheet with a series of payout curves:

s!AiTfuC9hs0NdnnjZczIuwXQxVYDA
https://1drv.ms/u/s!AiTfuC9hs0NdnnjZczIuwXQxVYDA

And a second with a summary of sales by person:

s!AiTfuC9hs0NdnnmeguWNe1F12q0_
https://1drv.ms/u/s!AiTfuC9hs0NdnnmeguWNe1F12q0_

(Sorry, I can't seem to put OneDrive images in the img BBcode.)

Essentially I am wanting to lookup the growth achievements per person against the payout curve for the region they are located in.

I'm using a simple to return the payout value:
Code:
=LOOKUP(C2,'Payout Curves'!E:E,'Payout Curves'!F:F)

The problem is the above formula needs to be manually curated for each line, which is not really scaleable.

There must be a way to derive the relevant range in which to LOOKUP from the region information.

My sample spreadsheet can be found here:

https://1drv.ms/x/s!AiTfuC9hs0NdnncxSgE1TY4OesyT

Any pointers on how I might be able to achieve this result with a single formula per column, which can be dropped down without editing, would be highly appreciated.

Many thanks!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,214,920
Messages
6,122,264
Members
449,075
Latest member
staticfluids

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