Looking to auto populate a list based on 2 criteria match

ExcelUser678

New Member
Joined
Jan 6, 2024
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hello! I'm looking to create a list based on data from a second tab. I'd like the list to be populated in Sheet 3 with data from Sheet 2, column B. My parameters would be if column A on Sheet 2 matches Cell B2 on Sheet 1 and Column C on Sheet 2 matches specific text (i.e, Vehicles).
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Suggest you use XL2BB to upload a sample worksheet 8-15 records that is representative of your data and then mock up the solution so we understand exactly what you are looking for. No pictures as we cannot manipulate data in a picture.
 
Upvote 0
Welcome to the MrExcel board!

Try this in Sheet3 (adjust row ranges if required)
Excel Formula:
=FILTER(Sheet2!B1:B1000,(Sheet2!A1:A1000=Sheet1!B2)*(Sheet2!C1:C1000="Vehicles"),"")
 
Upvote 1
Solution
Welcome to the MrExcel board!

Try this in Sheet3 (adjust row ranges if required)
Excel Formula:
=FILTER(Sheet2!B1:B1000,(Sheet2!A1:A1000=Sheet1!B2)*(Sheet2!C1:C1000="Vehicles"),"")
Peter, this worked perfectly! Thank you!
 
Upvote 0
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,951
Members
449,095
Latest member
nmaske

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