Forum Discussion
Frosty_Average
Jun 04, 2022Copper Contributor
Find substring and bring category
Hello, I would like to map the following situation: There is table 1 with categories based on store names and there is also table 2 with transactions I would like to bring the ...
- Jun 04, 2022
=INDEX( Mapping[Mapping], MATCH( TRUE, ISNUMBER( SEARCH(Mapping[Partial Text], [@[Name/Description]]) ), 0 ) )
jitinm
Jun 04, 2022Iron Contributor
Try this attachment