Substitute FILTER function in Excel 2007

Stez84

New Member
Joined
Jan 16, 2024
Messages
8
Office Version
  1. 365
  2. 2007
Platform
  1. Windows
I have a table like the one attached. I need to get distinct values in column S (client name) but only of the records having a specific column A (supply code) value (OTT23 for example).
Is this feasible without using FILTER function?

Any help is much appreciated.
 

Attachments

  • help.jpg
    help.jpg
    143.9 KB · Views: 22

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.
=IFERROR(INDEX(dbOrdini[CLIENTE]; MATCH(0; COUNTIF($AB$2:AB2; dbOrdini[CLIENTE]&"") + IF(dbOrdini[CLIENTE]="";1;0); 0)); "")

I succeded to get the distinct values in the CLIENTE column. Now I should filter this result, showing just the client's with the right supplyCode

Really nobody can't help me?
 
Upvote 0
A better idea of my goal.
 

Attachments

  • ddddd.png
    ddddd.png
    72.6 KB · Views: 7
Upvote 0

Forum statistics

Threads
1,215,092
Messages
6,123,064
Members
449,090
Latest member
fragment

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