Two-Way Lookup with wildcard

jstriker

New Member
Joined
Mar 20, 2013
Messages
14
I'm having difficulty finding a solution on the internet for this lookup. I am looking for a 2-way lookup with 2 vertical ranges and one horizontal range. And one vertical would need to be a wildcard lookup.

The lookup criteria for column A would need to be "wildcard" match from cell I2. I tried variations of XLOOKUP and INDEX MATCH but couldn't get to work. The combination of the 2-way and the use of wildcards makes it trivky, Any help would be appreciated.


1686786553550.png
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
I did not put all the data, but with the following I could do tests.

Try this:

Dante Amor
ABCDEFGHI
1Criteria
2IndustryBelow 25%25% to 50%50% to 75%Above 75%Automotive & Industrial
3Director Strong
4Aerospace, Defense & Airlines, Automotive & IndustrialDirector Strong3%4%5%6%25% to 50%
5Preformance Improvement, DigitalDirector Core +5%6%
64%
7
8
9
Hoja5
Cell Formulas
RangeFormula
I6I6=SUMPRODUCT((ISNUMBER(SEARCH(I2,A3:A9)))*(B3:B9=I3)*(C2:F2=I4)*C3:F9)



Note XL2BB:
For the future, it would help greatly if you could give us the sample data in a form that we can copy to test with, rather that a picture.
MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in
Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.

--------------
Let me know the result and I'll get back to you as soon as I can.
Cordially
Dante Amor
--------------​
 
Upvote 0
Solution
Thank you Dante!!! That works really well. I did try the XL2BB add-in but the security on my laptop is blocking it from working. I will work on getting that working going forward.
 
Upvote 0

Forum statistics

Threads
1,215,196
Messages
6,123,575
Members
449,108
Latest member
rache47

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