LOOKUP FUNCTION STRING HELP. THANKS!

Dan88

Active Member
Joined
Feb 14, 2008
Messages
275
Office Version
  1. 365
Platform
  1. Windows
Hello All. Hope the EXCEL community is doing well.

I have a quick question on this lookup formula if anyone can give me some guidance.
I am re-purposing the formula the forum assisted me back in OCT but need it to do 1 thing.

Currently i am using this:

LOOKUP(BO2,{0,30,60},{0.95,0.85,0.75})

I also need to combine or string this to lookup value in BP2 such that if BP2:
0 - 30 keep above formula
30 - 60 ignore the above and use .35
60 - 120 value should be .30
120+ value should be .25
I tried to use string two lookups but its not working.

Thanks in advance for any guidance.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
How about
=IF(BP2<30,LOOKUP(BO2,{0,30,60},{0.95,0.85,0.75}),LOOKUP(BP2,{30,60,120},{0.35,0.3,0.25}))
 
Upvote 0
Hey Fluff, once again you came through for me. Can't thank you enough. Much Much appreciated. You again saved me hours of stringing this together.

Stay well and thanks once again.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,388
Messages
6,119,226
Members
448,878
Latest member
Da9l87

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