simple index match

bmuddy2

Active Member
Joined
Jun 22, 2004
Messages
398
hi
im looking for a formula to put in C2 and drag down to C7. it should look at A2 and B2 then look at the data below in A9:A35 and display whats to the right in the column C.
I haven't used this in a long time and seem to have forgotten the basics.





Book1
ABC
1PressPart #cavities
2C000209852611
3C000228071402
4C00234421941
5C0015733061E
6C011579 0864M
7C0120777301E
8
9C000209852611
10C000228071402
11C00234421941
12C0015733061E4
13C011579 0864M2
14C0120777301E2
15C02232731662
16C023166M2
17C03233325614
18C03227449012
19C0422744901E2
20C0425882462E / 3E1
21C05840764892
22C0590925677 / 84
Sheet2
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Use this formula ={INDEX($D$9:$D$22,MATCH(1,(B2=$B$9:$B$22)*(C2=$C$9:$C$22),0))}

You will enter this holding down the Ctl + Shift + Enter at the same time. This will produce the curly brackets for this array formula. Do not attempt to add the brackets manually as that will not work.
 
Upvote 0

Forum statistics

Threads
1,213,535
Messages
6,114,198
Members
448,554
Latest member
Gleisner2

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