Results 1 to 33 of 33

Match and Extract -LAMBDA,MAP,FILTER

Threaded View

  1. #25
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2024
    Posts
    1,384

    Re: Match and Extract -LAMBDA,MAP,FILTER

    Quote Originally Posted by windknife View Post
    Amended formulas.

    Y10
    =LET(
         a,CHOOSECOLS(FILTER('P1'!$B$5:$BJ$2100,'P1'!$B$5:$B$2100<>""),1,59,60,61),
         y,MAP(F10:F100,LAMBDA(x,IF(x="","",IFERROR(INDEX(TOROW(IF(ISNUMBER(SEARCH(INDEX(a,,1)&" ",SUBSTITUTE(x,"/"," ")&" ")),a,NA()),3),3),"")))),
         z,MAP(F10:F100,LAMBDA(x,IF(x="","",IFERROR(INDEX(TOROW(IF(ISNUMBER(SEARCH(INDEX(a,,1)&" ",SUBSTITUTE(x,"/"," ")&" ")),a,NA()),3),4),"")))),
         r,HSTACK(y,z),
         IF(r=0,"",r)
    )
    AC10
    =LET(
         a,CHOOSECOLS(FILTER('P1'!$B$7:$BJ$2100,'P1'!$B$7:$B$2100<>""),1,59,60,61),
         b,MAP(F10:F100,LAMBDA(x,IF(x="","",IFERROR(INDEX(TOROW(IF(ISNUMBER(SEARCH(INDEX(a,,1)&" ",SUBSTITUTE(x,"/"," ")&" ")),a,NA()),3),2),"")))),
         IF(b=0,"",b)
    )
    Hi,windknife,

    I think you have done it finally.Lateron on night I will check the accuracy of data but seems to have been done.

    Thanx again for your kind effort.
    Last edited by AliGW; 02-02-2024 at 04:54 AM. Reason: Profile has been updated - post restored.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 11
    Last Post: 11-26-2022, 04:58 PM
  2. [SOLVED] Match data and extract
    By viciousvixen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-09-2019, 04:49 AM
  3. Match and extract data on different sheets
    By navikn in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-06-2017, 11:27 PM
  4. match words and extract out
    By mathanraj76 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-29-2013, 02:15 PM
  5. [SOLVED] Formula to match and extract between two spreadsheets
    By Jhubbard in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-08-2013, 11:40 AM
  6. [SOLVED] match in one range to extract value from another
    By jalea148 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-01-2012, 05:11 PM
  7. [SOLVED] Find a match between 2 sheets and extract a specified value
    By Radical_Magic63 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-17-2012, 07:16 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