+ Reply to Thread
Results 1 to 3 of 3

How to put the hurdle items and names of Table 1 in column I and J

  1. #1
    Forum Contributor
    Join Date
    10-02-2021
    Location
    Thailand
    MS-Off Ver
    365
    Posts
    176

    How to put the hurdle items and names of Table 1 in column I and J

    Help merge repetitive sorting formula
    Item and name cannot be duplicated
    From Table 1 To Table2


    Can someone please help me ? It would be much appreciated. Thanks in advance
    Attached Files Attached Files
    Last edited by choletseng; 10-11-2021 at 03:33 AM.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: How to put the hurdle items and names of Table 1 in column I and J

    Please try

    =SORT(UNIQUE(CHOOSE({1,2},FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,REPT(A2:E20,B1:F1="Name"))&"</m></x>","//m"),FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,REPT(B2:F20,B1:F1="Name"))&"</m></x>","//m"))))

    or

    =SORT(CHOOSE({1,2},FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,REPT(A2:E20,B1:F1="Name"))&"</m></x>","//m[not(preceding::*=.)]"),
    FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,REPT(B2:F20,B1:F1="Name"))&"</m></x>","//m[not(preceding::*=.)]")))
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    10-02-2021
    Location
    Thailand
    MS-Off Ver
    365
    Posts
    176

    Re: How to put the hurdle items and names of Table 1 in column I and J

    Problem solved, You are great

    Bo_Ry Thanks you very much

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Waterfall Hurdle (promote)
    By stephenp12 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-07-2021, 02:04 PM
  2. [SOLVED] How to write formula for Column hurdle query
    By metrostar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-30-2020, 10:41 AM
  3. Replies: 3
    Last Post: 07-12-2017, 04:44 AM
  4. Create a table/pivot table using different items items from a column
    By stevetton in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-28-2016, 10:30 PM
  5. Accessing table row items by row and column header names
    By margie_68 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-15-2015, 10:19 AM
  6. [SOLVED] Return column names/field names from one table
    By mc84excel in forum Access Tables & Databases
    Replies: 11
    Last Post: 04-08-2015, 12:01 AM
  7. Show query column names behind pivot table field names
    By gbritton in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 11-18-2013, 03:17 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