Filter with Multiple Criteria not working

gj80

New Member
Joined
Jan 4, 2012
Messages
18
Office Version
  1. 365
Platform
  1. Windows
Could I please ask for some help with regards to Filters with multiple criteria.

I am working across two spreadsheets.

The spreadsheet where I’m asking the data to return is using a drop-down list for B2 and B3. B3 is using the indirect formula to create the drop down.

The spreadsheet that holds the data is in a table and the cells contain text not formulas.

I can get a single filter to work using this formula:

=FILTER('Master past Sales Data.xlsx'!SKU[#All],'Master past Sales Data.xlsx'!SKU[[#All],[Category2]]=B2)

This works

But when I add the multiple criteria it return #N/A

=FILTER('Master past Sales Data.xlsx'!SKU[#All],('Master past Sales Data.xlsx'!SKU[[#All],[Category2]]=B2)*('Master past Sales Data.xlsx'!SKU[[#All],[Family]]=B3),"")

This Doesn’t work

Any Advice on what I am doing wrong? Or is there an alternative I can use to filter?

Many Thanks in advance for your help

Gemma
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

This Doesn’t work
In what way?
 
Upvote 0
Thank you, I have updated my details - We have Excel 365 and i have a windows PC
 
Upvote 0
Are there any #N/A values in the Family column (or in B3)?
 
Upvote 0
Are there any #N/A values in the Family column (or in B3)?
Hi, i have another issue i was wonder if you could help me with? When i close the workbook with all the data the filter does work. Is there a way i can adapt the formula to work when the other workbook is closed?
Thanks
Gemma
 
Upvote 0
You would need to use range references, rather than structured references.
 
Upvote 0

Forum statistics

Threads
1,215,095
Messages
6,123,072
Members
449,093
Latest member
ripvw

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