Hello all!
I have a question regarding looking up similar companies.
For example, in my database, there is AXA Asia, AXA Group or AXA Company Limited. I will look up AXA with search function and filter them out.
My formula is like this
=IFERROR(UNIQUE(FILTER(Uni_Comp_list,ISNUMBER(SEARCH(A2,Uni_Comp_list)))),"N/A")
where A2 is AXA and Uni_Comp_list contain all the different company name.
However the formula will spill since there are more than one match, and I will have to copy and paste it everytime.
I tried using textjoin(",",,True,A2:A16) coupled with the formula above but have no luck.
Any help is appreciated.
I have a question regarding looking up similar companies.
For example, in my database, there is AXA Asia, AXA Group or AXA Company Limited. I will look up AXA with search function and filter them out.
My formula is like this
=IFERROR(UNIQUE(FILTER(Uni_Comp_list,ISNUMBER(SEARCH(A2,Uni_Comp_list)))),"N/A")
where A2 is AXA and Uni_Comp_list contain all the different company name.
However the formula will spill since there are more than one match, and I will have to copy and paste it everytime.
I tried using textjoin(",",,True,A2:A16) coupled with the formula above but have no luck.
Any help is appreciated.