index match with multiple criteria to create list

Bob_ipc

Board Regular
Joined
Oct 18, 2017
Messages
67
Office Version
  1. 365
Platform
  1. Windows
Hello,

I find myself needing some help on a problem I am having. I am looking to get a list from my Entry tab that meets two criteria, the two criteria are the date and Project Name. I am trying to use Index Match but have not yet gotten very far. Can anyone help?

Thanks in advance
 

Attachments

  • Entry tab.png
    Entry tab.png
    52.9 KB · Views: 7
  • Summary.png
    Summary.png
    52 KB · Views: 9

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Book2.xlsx
ABC
1
2
3Project NameDateEquipment
4Project AFeb/25/2024Chain saw
5Project BFeb/28/2024John Deer
6Project CMar/2/2024Vechicle
7Project AMar/4/2024Crew truck
8Project AMar/4/2024travel rate
9Project AMar/4/2024On-site
10Project AMar/4/2024Meals
11Project AMar/4/2024
Entry


Book2.xlsx
ABCDEFGHIJ
2Project NameProject A
3
4
5
6Work DateMarch 04,2024
7
8Equipment
9Crew truck
10travel rate
11On-site
12Meals
130
14
15
Summary
Cell Formulas
RangeFormula
A9:A13A9=FILTER(Entry!C4:C11,(Summary!$B$2=Entry!A4:A11)*(Summary!$J$6=Entry!B4:B11),"Not found")
Dynamic array formulas.
 
Upvote 1
Solution
We're glad you got it working....happy to help.
 
Upvote 1
Try
Excel Formula:
=FILTER(Entry!C4:C13,(Entry!A4:A13=B2)*(Entry!B4:B13=J6))
 
Last edited:
Upvote 0
@Cubist...double check the filter criteria ranges. Should be single columns. The OP may have to adjust the date and project cell addresses...difficult to be sure from the images.
 
Upvote 0
Try
Excel Formula:
=FILTER(Entry!C4:C13,(Entry!A4:A13=B2)*(Entry!B4:B13=J6))
Hey thanks for the quick response, however when adding this formula into A10 it just returns #VALUE!
 
Upvote 0
Hey thanks for the quick response, however when adding this formula into A10 it just returns #VALUE!
Can you post the sample sheets using XL2BB? As @KRice said, it's hard to tell the cell reference from the picture. Additionally, it might have to do with your date format.
 
Upvote 0
Also, if the FILTER function does not find any matches, you'll see an error, unless the error is trapped. Are you certain that something should be found?
 
Upvote 0
I am unfortunately not able to use XL2BB as it says it is not supported in protective view, not sure why it is saying this. My date format is just the standard short date format you can select and I double checked and the two criteria selected do exist it the Entry tab. I still can't get it t work. :unsure:
 
Upvote 0
Also, if the FILTER function does not find any matches, you'll see an error, unless the error is trapped. Are you certain that something should be found?
Could it be because I have Merged and Centered Cells?
 
Upvote 0

Forum statistics

Threads
1,215,657
Messages
6,126,061
Members
449,285
Latest member
Franquie518

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