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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
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,224,739
Messages
6,180,676
Members
452,993
Latest member
FDARYABEE

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