VBA - Overview Sheet that checks if different Cell-Values in other Workbooks meet predfined criteria and then copies values from those

KReinke

New Member
Joined
Sep 9, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hello all,

looking for a solution to my VBA problem, I came across this forum via the internet and immediately created a profile as this seems to be a very active and friendly community.

My problem is the following:

I would like to create an overview Excel file that allows me to define certain filters and then search various standardized workbooks and predefined cells to see if they meet the defined criteria, and then copy certain values from the workbooks that meet all the filter criteria.

For example, I have a workbook for each product of an online retailer.

In the overview sheet, I then select the filters:
Sales volume in the last 12 months > 10,000
Price > 30$
Industry = Textile.

Now I want to insert a macro into the overview file that, when pressed, opens the file browser and lets me select a specific directory. The macro will then search all the standardized Excel files (each Excel file contains information about a product) in that directory to see if they meet the filter criteria. If a product meets all the criteria set, the key metrics from that workbook should be copied to the summary file.

The whole thing will probably be insanely complicated, especially since I'm a VBA amateur.

Nevertheless, I hope that some of you may have some initial helpful food for thought.

With kind regards

K.R.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,214,822
Messages
6,121,767
Members
449,049
Latest member
greyangel23

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