Index / Match all results with multiple criteria

keresztesi

Board Regular
Joined
Aug 14, 2017
Messages
64
Hi,

I cannot find a solution for my problem.
Is it like this:

ABCDEFGH
ABH10TEXT1CRITERIA1A=AB
ABJ540TEXT2CRITERIA2B=J5
ACR55TEXT3CRITERIA3C=40
FGH93TEXT4
ABJ540TEXT5MATCHES=TEXT2
ABJ520TEXT6TEXT5
HZD56TEXT7

<tbody>
</tbody>

Can anyone help me, please?

Thx,
Zoli
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
This is an array formula and must be committed with CONTROL+SHIFT+ENTER. If done correctly Excel will put {} around the formula. Copy down
Code:
=IF(ROWS($H$5:H5)>COUNTIFS($A$1:$A$7,$H$1,$B$1:$B$7,$H$2,$C$1:$C$7,$H$3),"",INDEX($D$1:$D$7,SMALL(IF($H$1=$A$1:$A$7,IF($H$2=$B$1:$B$7,IF($H$3=$C$1:$C$7,ROW($D$1:$D$7)))),ROWS($H$5:H5))))
 
Upvote 0
Thx, but it doesn't work for me.
Is it maybe possible that I send my excel file to you and you write the code inside it?

Thx
 
Upvote 0
How does it not work? Did you use Ctrl+Shift+Enter?
 
Upvote 0
Yes, I used control+shift+enter, but it dowsn't work for me.
Now, it gives an empty cell back.

The sample above in my file looks like this:
{=IFERROR(INDEX(breakdown!$A$2:$A$540;SMALL(IF(breakdown!B2:B540=DashBoard!A3;IF(breakdown!C2:C540=DashBoard!A20;IF(breakdown!D2:D540=DashBoard!C21;ROW(breakdown!$A$2:$A$540)+1)));ROW(DashBoard!$E$21:DashBoard!E21)));"")}

Any suggestions?
 
Upvote 0
FINALLY!!!! Thank you for your help! The attached file saved me! :)
It was (who else's) my mistake ... I wrote rows everywhere.

Ok, now it's done!

Thank you again!

Zoli
 
Upvote 0

Forum statistics

Threads
1,216,069
Messages
6,128,600
Members
449,460
Latest member
jgharbawi

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