Index Match

Stclements1

Board Regular
Joined
Sep 15, 2018
Messages
150
Office Version
  1. 365
Platform
  1. Windows
I wanted to do an index match for my problem but I have too many criteria and then thought maybe a nested if statement but again wasn't sure so would be very happy for some guidance.

I need to the evaluate the value in cell B7 based on cell values in B2,B3, but these values differ pending on each one
Cell B2 = 10000
Cell B3 = an array cells E1:E3 whose values are respectively 1,2,3 (these numbers also relate to another array F1:F3 1=10, 2=22, 3=34


Example
if cell b3 = 1 then cell b7 =b2/10
if cell b3 = 2 then cell b7 =b2/22
if cell b3 =3 then cell b7 =b2/34
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Many thanks for your help. I tried all three and =B2/CHOOSE(B3,F1,F2,F3) worked perfectly.

Thank you.
 
Upvote 0

Forum statistics

Threads
1,215,540
Messages
6,125,405
Members
449,223
Latest member
Narrian

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