Forum Discussion

Silv's avatar
Silv
Copper Contributor
May 03, 2025
Solved

Look up and removing duplicates

Hi, hopefully someone can help me with this, I'm fairly new to excel and can't figure out how to make this work. Thank you!
  • Patrick2788's avatar
    May 05, 2025

    Let's say the table is called DemoTbl.

     

    You could use this:

    =BYROW(DemoTbl[[AAL]:[LPA]],LAMBDA(each_row,TEXTJOIN(",",1,UNIQUE(each_row,1))))

     

Resources