Index array with dynamic range using Match Function

jozzy

New Member
Joined
May 20, 2009
Messages
21
Hi all,

As with the screenshots below I am struggling (in my head) to figure out a way to turn my 'Product!$AK$31:$IQ$31>0' & 'Product!$AK$29:$IQ$29' into a dynamic range (PIC1) i.e. I want to be able to insert a Match formula to reference cell AE57 - 'Panel_1' & "Product Description" which are both in a named range on the 'Product' Worksheet (PIC3).

The same applies for when I want to list the quantities in an Array (PIC2). I have been able to Match 'Panel_1' Cell AE57 to return the row number however as seen the range is absolute. Again I would like for this to be dynamic when looking up the 'Product' worksheet table.

(PIC1)
y3m5PVwr5UgoOvoPxuqELZ4FpO93T6x5mTz9c6tFLuVmKvGYPs5-FCW16L53rNq5XTZxp05fbJ3uj-c1D7Q4ACKJNYhIKcWJFj-F7ZWg1fvb5KjAq1_gyVZEgl8KK6GOyIQwfJzh9MD_zYAgYaR_wko4Q


(PIC2)
y3mMkNshl6I3U0w7YGxeTX65cq2I1xrpaZXvim9SJfZehWIFcP4DkDheulTSrkc-tCrSaIku-KkU-9jVExHlT4FnZhF2tKlXzqo9wsVvghZtldWvkSLWgjlGfy_8l5GN_VydVk0T355T51BuH1I25Vi5g


(PIC3)
y3m5-cr__Z-mwFDB4XfVC4_aerQKqWfycAGwGTsKp7wW3nCY2tH1ZS-fZrau-y8vm8jM5oeFYjjnhC6j1NAHSlBE2A5EWAyXlAVROetwp0GzO-R08jdfBxthDlE026jN7XpyScvkgazbJftQAH010uhEg



Sample Document:
https://onedrive.live.com/redir?resid=79626E1654A1048F%21662736


Your help is greatly appreciated. Please post should you have further questions or require more information to understand what the requirements are.

Many Thanks,

Sean

Excel 2010/2016
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Just to reiterate the formula I currently have in place (absolute formula) is as follows:
{=IFERROR(INDEX('Vide - Product'!$A$29:$IQ$29,1,SMALL(IF('Vide - Product'!$BA$31:$IQ$31>0,COLUMN('Vide - Product'!$BA$29:$IQ$29)),ROW()-56)),"")}

This returns the result in the description column in cell AG57: "Vertical Closed Extrusion Snap-in"

The following formula:
{=IFERROR(INDEX('Vide - Product'!$A$29:$IQ$95,MATCH($AE57,VIDE_PRODUCT_TABLE_PANEL_NO,0),SMALL(IF('Vide - Product'!$BA$31:$IQ$31>0,COLUMN('Vide - Product'!$BA$29:$IQ$29)),ROW()-56)),"")}

Returns the result in Quantity Column cell AM57: "2"

Both results are correct however, I require the ranges (highlighted in red above) to be 'dynamic' (I believe is the correct term) to change row depending on the value in cell AE57: 'Panel_1'

Sample Document:
https://onedrive.live.com/redir?resid=79626E1654A1048F!662736

Again if I can assist in anyway in making this more clearer please let me know.


Cheers,

Sean
 
Upvote 0

Forum statistics

Threads
1,223,104
Messages
6,170,125
Members
452,303
Latest member
c4cstore

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