Horizontal Search with Multiple Criteria

march

New Member
Joined
May 9, 2011
Messages
17
Hi All,

I have an export from a provider which I can't change and I need to identify the quantity of an item per customer based on the product line. How would I go about doing that? I was going to use the HLookup but that doesnt work for multiple criteria.

1684830773395.png


Thanks,
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Please add your XL version to your profile as recent versions have more functions than older ones. Thx
 
Upvote 0
You can use VLOOKUP and MATCH. You dont say where you have your criteria stored but something like:

=VLOOKUP(F1,$A:$D,MATCH(F2,$A$1:$D$1,0),0)
 
Upvote 0

Forum statistics

Threads
1,215,639
Messages
6,125,968
Members
449,276
Latest member
surendra75

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