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

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Assuming you have O365 (you didn't tell us what product you use)

474747
13-Nov14-Nov15-Nov
******
QAZ
WSX
EDC
RV
TB
N
M


Book1
AB
147
213-Nov
3*
4Q
5W
6E
7R
8T
9
Sheet2
Cell Formulas
RangeFormula
B4:B8B4=TOCOL(FILTER(db!A4:D100,(db!A1:D1=B1)*(db!A2:D2=B2)*(db!A3:D3=B3)),1)
Dynamic array formulas.
 
Upvote 0
Assuming you have O365 (you didn't tell us what product you use)

474747
13-Nov14-Nov15-Nov
******
QAZ
WSX
EDC
RV
TB
N
M


Book1
AB
147
213-Nov
3*
4Q
5W
6E
7R
8T
9
Sheet2
Cell Formulas
RangeFormula
B4:B8B4=TOCOL(FILTER(db!A4:D100,(db!A1:D1=B1)*(db!A2:D2=B2)*(db!A3:D3=B3)),1)
Dynamic array formulas.
Hi, Glenn. Thank you for replying. I am using O365. The formula is generating an error report. Please see attached image.
 

Attachments

  • Fig. 3.JPG
    Fig. 3.JPG
    32.1 KB · Views: 3
Upvote 0
What VERSION of O365 do you have? The formula will work with 2208 and above. Depending on WHERE you are, you may need ; instead of , As you can see from Post 2... it was working fine for me.
 
Upvote 0
What VERSION of O365 do you have? The formula will work with 2208 and above. Depending on WHERE you are, you may need ; instead of , As you can see from Post 2... it was working fine for me.
We're using Windows 10 Enterprise.

Is there any other way to do this? An index/match function perhaps?
 
Upvote 0
Windows 10 Enterprise is your Operating System... not your Excel product. Go to File/Account/About Excel. What version do you have?
 
Upvote 0
You said O365 in Post 3... and now you tell us that it's Excel 2019. Back to the drawing board.
 
Upvote 0

Forum statistics

Threads
1,215,123
Messages
6,123,181
Members
449,090
Latest member
bes000

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