I have a huge data sheet which I want to "AutoFilter" by three different criteria which are in three different columns.
Is it possible in Excel VBA to connect three AutoFilters with a logic like:
Criteria 1 AND (Criteria2 AND/OR Criteria3)
For example, I am analiyzing football teams by league, market value, revenue. Therefore, I want to filter my data by following criterias:
Criteria 1: They have to play in the highest league in their country AND (Criteria 2: Market Value most be >= 300 Mio AND/OR Criteria 3: Revenue most be >= 100 Mio )
Thank you :)