Using partial match with filter and vstack

corey338

New Member
Joined
Feb 26, 2024
Messages
4
Office Version
  1. 365
Platform
  1. Windows
All:

With help from some of this site's suggestions, I've got the following formula to pull from several worksheets:

=FILTER(VSTACK(FRR:SOD!G3:M200),(VSTACK(FRR:SOD!K3:K200)<>"")*(VSTACK(FRR:SOD!K3:K200)="ABC XXXX"))

Instead of looking for an exact match to "ABC XXXX", Is there a way to filter for a partial match to just "ABC"? Think of "ABC" as a location, and "XXXX" as a job/position at that location. In the columns across my 10 worksheets "ABC" is constant, but there are multiple variations to the "XXXX" in all the cells and these designations cannot be altered at this point. I would like to be able to pull everyone assigned to "ABC" to a new worksheet then filter by "XXXX" job/position. Is that possible?

I appreciate any help you all can provide.

Thanks!
 
So if I have similar cell structure where I need to isolate "ABCD", I would use "4" instead...
yes
left(VSTACK(FRR:SOD!K3:K200),4)="ABCD"
 
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,215,110
Messages
6,123,147
Members
449,098
Latest member
Doanvanhieu

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