MATCH and LOOKUP prob

Jornyboy

Board Regular
Joined
Jul 31, 2004
Messages
130
Greetings and Salutation all!

Im currently building a table that requires a fairly complex formula that I keep stuffing up...

Basically, Column A has two customer categories (A and B), column B has 3 customer subcategories (A,BC) and then columns C - F have various fields returning product information.

What I currently have is a sheet that the customer enters if they are category A or B, Subcategory A, B or C, then it returns the relevant product information in C-F. For example, Customer with a category A, Subcategory C, will return the values in C-F, all of which are returned to a unique cell.

Help!

Regards

John.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi John,

Can you use additional columns, which you could hide? If so does the following help:
Book2
ABCDEFGHIJK
1CustCatSubCatsProductInformationSummaryCustomerDataEntryProduct
2AAAA11111111AC3333
3ABAB22222222
4ACAC33333333
5BABA44444444
6BBBB55555555
7BCBC66666666
8CACA77777777
9CBCB88888888
10CCCC99999999
Sheet2


Customers enter their data in I2 and J2 and the formula in K2 is: =INDEX(D2:H10,MATCH(I2&J2,C2:C10,0),5)
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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