Results 1 to 6 of 6

Desire to get 2 columns from the array in FILTER formula & SORT

Threaded View

mikehk Desire to get 2 columns from... 08-05-2020, 10:52 PM
MarvinP Re: Desire to get 2 columns... 08-05-2020, 11:56 PM
mikehk Re: Desire to get 2 columns... 08-06-2020, 12:17 AM
XOR LX Re: Desire to get 2 columns... 08-06-2020, 01:16 AM
Bo_Ry Re: Desire to get 2 columns... 08-06-2020, 01:57 AM
mikehk Re: Desire to get 2 columns... 08-06-2020, 02:09 AM
  1. #1
    Forum Contributor mikehk's Avatar
    Join Date
    09-05-2017
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    483

    Desire to get 2 columns from the array in FILTER formula & SORT

    I desire to get only 2 columns from the array in FILTER formula
    for example if I have 5 columns in a table, I like the formula to return only 2 columns,
    is it possible?

    =SORT(FILTER(Table1,(Table1[Col5]>=H1)*(Table1[Col5]<=I1)),5,1)
    I want to get Col1 and Col5 from Table1


    I can do it separately.

    =FILTER(Table1[Col1],(Table1[Col5]>=H1)*(Table1[Col5]<=I1))
    =FILTER(Table1[Col5],(Table1[Col5]>=H1)*(Table1[Col5]<=I1))
    then I don't know how to sort

    Kindly help to correct me.
    I attach a sample file for reference.

    Thank you.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help with an Array Formula to Filter and then Sort a Table
    By yach in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-03-2020, 03:09 PM
  2. [SOLVED] Sort 2D Array by one or two columns
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-07-2017, 05:45 AM
  3. Array filter and Sort challenging problem
    By jrryan in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-16-2016, 07:53 PM
  4. Replies: 2
    Last Post: 03-19-2015, 10:15 AM
  5. Sort and Filter 2D Dynamic Array
    By willia97 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-23-2014, 07:34 AM
  6. [SOLVED] Using an array formula to sort alphabetically over multiple columns
    By AliGW in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 02-14-2014, 02:13 PM
  7. [SOLVED] UDF to sort array with multiple columns
    By flygis in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-02-2006, 01:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1