This is my worksheet:
Capture1.PNG
This is the formula in question:Untitled1.png![]()
=IF(C3<>C2;TEXTJOIN(", ";TRUE;IFERROR(IF(SEARCH(E3;E:E);I:I;"");""));"")
My goal is to collect all markets in column I that belong to the same Invoice number, into one cell in column J.
I made this wildcard array TEXTJOIN formula that does everything that I want it to do, exept that it outputs all the values it finds; when I want it to only output the unique values.
Desired results:
Capture2.PNG
How can I modify this formula to accomplish this?
Bookmarks