Vlookup multiple values

Hi I am looking for a node or flow where I can lookup multiple values in one column?.

Both cell replacer and joiner nodes will lookup first value in the column.

This is formula I use in excel at the moment:

=TEXTJOIN(“,”,TRUE,IF(‘Find Suppliers’!$C:$C=Pivot!B4,‘Find Suppliers’!$R:$R,“”))

Many Thanks,
Akash.

Hi @akngnew

Welcome to the KNIME community!

Could you please enrich your question and give some more details? Like current input, expected output, (anonymized) source files, a workflow showing the problem. Theoretically, a left outer join will join multiple values if the right table contains more than matche, but the most efficient solution really depends on what you have in terms of data and are expecting as output.

The more you can provide, the better people will be able to help you out :wink:

2 Likes

Thanks Arjen. That worked. Cheers.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.