Filter within a filter Formula

rme

New Member
Joined
Jul 19, 2022
Messages
17
Office Version
  1. 365
Platform
  1. Windows
I am using the filter formula and I want to filter within the filtered area. Right now I have the filter set to "Nathan V" however I would like to take the list (light blue area) and filter it again by the items in the aqua color. Any ideas?

1658939953873.png
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Explain why you can't do this in one filter formula from the off?
 
Upvote 0
Management would like to use the other filters to determine if there are any themes. I found a formula =FILTER(A:D,(C:C=H2)*(A:A=J2)) but it's not working for my issue.
 

Attachments

  • Capture.PNG
    Capture.PNG
    32.4 KB · Views: 4
Upvote 0
In what way doesn't that work?
 
Upvote 0
Nathan V is cell A1
Air Conditioner is E8
Issue Type is G8
Project Manager is I8

I'm retrieving information from Sheet 4 onto Scorecard Sample

My partial formula would be =FILTER(Sheet4!$A:$F,(Sheet4!$C:$C='Scorecard Sample'!$A$1)*(Sheet4!$B:$B='Scorecard Sample'!$E$8:$F$9))
 
Upvote 0
Nathan V is cell A1
Air Conditioner is E8
Issue Type is G8
Project Manager is I8

I'm retrieving information from Sheet 4 onto Scorecard Sample

My partial formula would be =FILTER(Sheet4!$A:$F,(Sheet4!$C:$C='Scorecard Sample'!$A$1)*(Sheet4!$B:$B='Scorecard Sample'!$E$8:$F$9))
It's coming up as a #Value error
 
Upvote 0
That is not the formula you showed in the image & neither of your images show anything in E8:F9

Can you post some sample data.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
That is not the formula you showed in the image & neither of your images show anything in E8:F9

Can you post some sample data.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
Thanks. I'm new. I can't seem to download the XL2BB Add-in. However I was able to connect two filters and have the formula work but ultimately I would like to have FOUR Filters in one string. I copied the second part of the Formula ('Main Form"!C:C="Scorecard Sample'!E8),"") and changed it to fit the new parameters but it's giving me the error message.

I tried downloading "XL2BB" but it's giving me an error message about protected view.
 

Attachments

  • Capture 3.0.PNG
    Capture 3.0.PNG
    77.9 KB · Views: 5
Upvote 0
You have the final criteria outside the filter function, it should be inside.
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,709
Members
449,093
Latest member
Mnur

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