Generating report using multiple criteria

lai_arceo

New Member
Joined
Apr 7, 2010
Messages
35
Hello, everyone.

I am hoping someone could help me with an index/match function to generate a report based on multiple criteria. I actually want to be able to copy a whole column of data based on 3 criteria that the user will fill.

Fig. 1 contains my database and Fig. 2 is the report I want to generate based on the week #, date and legend. I need the whole column copied to the "Reports" sheet depending on the 3 criteria.

Appreciate your kind assistance.
 

Attachments

  • Fig. 1.JPG
    Fig. 1.JPG
    50.8 KB · Views: 9
  • Fig. 2.JPG
    Fig. 2.JPG
    29 KB · Views: 9
Try this instead.

BBB.xlsx
ABC
147
213-Nov
3*
4Q
5W
6E
7R
8T
9 
10 
11 
12 
13 
14 
Sheet2
Cell Formulas
RangeFormula
B4:B14B4=INDEX(db!A:C,ROWS(B$1:B4),AGGREGATE(15,6,COLUMN(db!A4:C15)/((db!A1:C1=Sheet2!B1)*(db!A2:C2=Sheet2!B2)*(db!A3:C3=Sheet2!B3)),1))&""
 
Upvote 0
Solution

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

Forum statistics

Threads
1,215,097
Messages
6,123,077
Members
449,094
Latest member
mystic19

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