Index/match - one criteria > drag formula

MadsHusted

New Member
Joined
Oct 3, 2018
Messages
4
Hi,

I've run into an issue with this array formula: =IFERROR(INDEX(Sheet1!A:A;SMALL(IF(Sheet1!C:C;Sheet1!$A$1;ROW(Sheet1!A:A)-MIN(ROW(Sheet1!A:A))+1);COLUMNS(Sheet1!$A$1)));"")

I can't copy the arrays but I press ****+ctrl+enter as needed.


What I want it to do is indexing values for sheet 1 column A based on my single criteria in sheet 2 $A$1 AND drag down the formula so that it comes up with all values associated to sheet 2 $A$1.


Link to my test workbook:
https://1drv.ms/x/s!AjXp0Ya_hoO0hmMQXzdoiA0Dw3Ry

Can anybody assist?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Try changing your formula to:
When using array formulas it is best not to reference whole columns. If your data will only go down to say row 5000 and starts in row A2 then use something like $A$2:$A$5000. If not the IFERROR function is going to check all 1 million+ rows which can slow things down.
Excel Workbook
A
102 Clothing
2Article number
32000F34821422
4B43108A1
532737CRC
Sheet
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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