Sort and filter function

BORUCH

Well-known Member
Joined
Mar 1, 2016
Messages
530
Office Version
  1. 365
Platform
  1. Windows
hi
i have the below formula for some reason the second filter is not working (D3:D56777=V1) can someone explain why

=SORT(FILTER(B3:B56777,(C3:C56777=U1)*ISNUMBER(SEARCH(T1,B3:B56777)),SORT(FILTER(B3:B56777,(D3:D56777=V1)*ISNUMBER(SEARCH(T1,B3:B56777)),SORT(FILTER(B3:B56777,ISNUMBER(SEARCH(T1,B3:B56777)),"No Match Found"),)),)))
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Can you post some sample data. It makes it a lot easier to debug a formula that doesn't work.

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
it would be to complicated to post sample data the idea is i want three filters to work together
Can you post some sample data. It makes it a lot easier to debug a formula that doesn't work.

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.
it would be to complicated to post sample data the idea is i want three filters to work together or this or this
 
Upvote 0
If it is too complicated for you to post some sample data, how complicated does it make things for us?
We have no idea what your data is like, or what you are trying to do. All we have to go in is a formula that doesn't work.
 
Upvote 0
If it is too complicated for you to post some sample data, how complicated does it make things for us?
We have no idea what your data is like, or what you are trying to do. All we have to go in is a formula that doesn't work.
customer #customer namesalespersondivision
A0001supermarket northJACKA
A0002supermarket southJACKA
A0003supermarket eastJILLA
A0004supermarket westJILLB
A0005chain market #1JILLB
A0006chain market #2MIKEB
A0007chain market #3JOHNB
A0008ABCDJOHNR
A0009EDGHJILLU
 
Upvote 0
customer #customer namesalespersondivision
A0001supermarket northJACKA
A0002supermarket southJACKA
A0003supermarket eastJILLA
A0004supermarket westJILLB
A0005chain market #1JILLB
A0006chain market #2MIKEB
A0007chain market #3JOHNB
A0008ABCDJOHNR
A0009EDGHJILLU
So the goal of the formula is to see the customer name by different data validation drop downs, either by division for that salesperson or all customers for this division or all customers for a particular salesperson etc...
 
Upvote 0
Are you trying to filter the data based on T1,U1 & V1 at the same time?
 
Upvote 0
Ok, do you have the LET function in your version?
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,844
Members
449,411
Latest member
adunn_23

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