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
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