Integrate extract record formula across multiple worksheets.

digibay

New Member
Joined
Oct 13, 2015
Messages
3
I would like to search 5 unique product sheets (one at a time) through a drop down selection interface on a separate sheet.


The search is based on 4 input criteria (length, width, height and mass) and match the closest record containing the next largest dimensions across these 4 individual criteria in the selected category.


The caveat being that the search should add +2 to each of the inputs searching.


I have a working version in a single worksheet based on the formula:


Code:
[COLOR=#333333]  =INDEX(N:N,MATCH(((B3&C3&D3&E3)*1),S:S,-1),1)[/COLOR]

I'm having difficulty implementing this across multiple worksheets.


The current formula is dependent on a “UID”; see thread #2 of:


Extract record by multiple criteria.



Can this be accomplished without the dependence on the “UID”? (UID column sums the 4 criteria, but must be in descending numerical order which isn't quite feasible for my purposes.)




The use case for this is a packaging database where I'm trying to determine the next size up.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,216,228
Messages
6,129,613
Members
449,520
Latest member
TBFrieds

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