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 ) )
Frosty_Average
Jun 04, 2022Copper Contributor
I see that I cant upload excels in here.
So I have table mapping :
and table transactions - where I want to bring the mapping with formulas, not manually. Buuut I do not have a common key, just partial text.
SergeiBaklan
Jun 04, 2022Diamond Contributor
=INDEX( Mapping[Mapping],
MATCH( TRUE, ISNUMBER( SEARCH(Mapping[Partial Text], [@[Name/Description]]) ), 0 ) )- Frosty_AverageJun 06, 2022Copper ContributorThank you very much!
- SergeiBaklanJun 06, 2022Diamond Contributor
Frosty_Average , you are welcome