FILTER specific columns

Sufiyan97

Well-known Member
Joined
Apr 12, 2019
Messages
1,615
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
I have below columns in my data

Important.xlsx
ABCDEFGHIJKL
1Sr NocodeUser NameEmail AddressCourse TakenSubject AreaLive/Self StudyTotal CreditCourse StatusCourse Assigned By FirmLocationDesignation
Sheet1



Now I just want to FILTER below columns in another sheet called Filter

Important.xlsx
ABCDEF
1LocationDesignationUser NameCourse TakenCourse StatusLive/Self Study
Filter
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
How about
Excel Formula:
=CHOOSECOLS(Sheet1!A2:L15,XMATCH(A1:F1,Sheet1!A1:L1))
 
Upvote 0
Solution
Hi Fluff,

Thank you very much, this work s perfect.

Can we use MATCH instead of XMATCH?
and
What is the benefit of using XMATCH?
 
Upvote 0
Yes you can, I just tend to use xmatch these days.
 
Upvote 0

Forum statistics

Threads
1,226,115
Messages
6,189,053
Members
453,522
Latest member
Seeker2025

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