Forum Discussion

pasdinspi's avatar
pasdinspi
Copper Contributor
Jan 02, 2024
Solved

element of a column equal any element of a list

Hello, I am using a multi-parameter filter function and for one of the "include" parameter, I want to select any column that contain one of any elements of a pre-defined list. The problem is, the lis...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jan 03, 2024

    Not exactly. I'm not sure on what the user ticks and what is generated as result. The key is generated list is the reference, i.e. part of the grid, or an array generated by the formulae. If the latest that could be like

    =LET(source, TOCOL(C:C,3), targets, {"c111";"c151"}, NOT( ISNA(XMATCH( source, targets))) )

    for the

Resources