FILTER specific columns

Sufiyan97

Well-known Member
Joined
Apr 12, 2019
Messages
1,583
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

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
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,221,788
Messages
6,161,963
Members
451,734
Latest member
Adapt375

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