Forum Discussion

lilian51129's avatar
lilian51129
Copper Contributor
Sep 21, 2022
Solved

Concatenate IF help

Hi everyone,   I have been trying to use concatenate with the IF function to generate product allergens by ignoring the word none. I basically have:   Column K has the below Allergen Informat...
  • HansVogelaar's avatar
    HansVogelaar
    Sep 21, 2022

    lilian51129 

     

    Aaargh, it's not my day. Wrong order of the functions.

     

    =TEXTJOIN(", ",TRUE,UNIQUE(FILTER(K23:K35,K23:K35<>"None","None")))

     

Resources