Error in index+match multiple criteria

AynRand

New Member
Joined
Oct 11, 2019
Messages
2
Dear excel experts,

I'm struggling to complete successfully one index formula.

I need to return a value from a sheet, matching three different criteria.


I want to find in sheet "VICEPROCESS NE DN" in column S a value, based on the match of three values in columns D,E and F. That have to be the same values than in sheet "VICEPROCESS NE AN"

this is the formula I'm using:

{=INDEX('VICEPROCESS NE DN'!$D$2:S4236;MATCH(1;(D2='VICEPROCESS NE DN'!D:D)*(E2='VICEPROCESS NE DN'!E:E)*(F2='VICEPROCESS NE DN'!F:F);0)*16)}

anyone sees an error on the formula?

If anyone could help I will be so greatfull :)

Kind regards
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Try:

=INDEX('VICEPROCESS NE DN'!$D$2:$S$4236;MATCH(1,(D2='VICEPROCESS NE DN'!$D$2:$D$4236)*(E2='VICEPROCESS NE DN'!$E$2:$E$4236)*(F2='VICEPROCESS NE DN'!$F$2:$F$4236);0);16)
 
Upvote 0

Forum statistics

Threads
1,213,564
Messages
6,114,334
Members
448,567
Latest member
Kuldeep90

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