Results 1 to 4 of 4

Lambda function with TEXTJOIN

Threaded View

  1. #1
    Forum Contributor
    Join Date
    08-03-2021
    Location
    London
    MS-Off Ver
    365
    Posts
    772

    Lambda function with TEXTJOIN

    Hi,

    Fist I put this in 365 as itn relates to LAMBDA, if it should be in general , sorry,

    I have created a formula to give the columns of two table that are different so

     LET( x,  SEQUENCE(,COLUMNS(Table1[@])) *(Table1[@] <> Table2[@]), TEXTJOIN(", ",TRUE, IF(x=0,"",x) ))
    But I wanted to see I could reproduce as a spilled array, I have got as far as this

     MAP( Table146,Table257,MOD(SEQUENCE(4,3,0,1),3)+1, LAMBDA(x,y,z,
                                                          LET( ans,  z * --(x <> y ), IF( ans = 0, "", ans ) )))
    which gives the columns / rows with differences,
    but I'm not sure about getting TEXTJOIN to work within it? so is there a way? I have attached book with result non lambda
    and the above.

    Richard.
    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. [SOLVED] Help understand LAMBDA function
    By alidurfani in forum Excel General
    Replies: 7
    Last Post: 07-11-2024, 10:10 AM
  2. textjoin function
    By cyberuser in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-12-2023, 08:45 AM
  3. Spilling a BYCOL/LAMBDA function across rows
    By Emlyn Flint in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-23-2023, 09:39 AM
  4. ARCANE: LAMBDA function calling XLM functions
    By hrlngrv in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-19-2022, 07:09 PM
  5. how to convert a VLOOKUP & INDIRECT formula to a LAMBDA function
    By jrtaylor in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-13-2021, 05:11 PM
  6. Textjoin and if function need help
    By bitozi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-23-2019, 06:35 AM
  7. TEXTJOIN function
    By Tony Valko in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2016, 06:48 PM

Tags for this Thread

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