Hi
is there any formula to do the following?
I have a table of text which i want to use as classification.
And i have a data table with various description. and i wan to match the description with my classification.
Classification Table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Happy
[/TD]
[/TR]
[TR]
[TD]Sad
[/TD]
[/TR]
[TR]
[TD]Cry[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Description[/TD]
[TD]Return Matches[/TD]
[/TR]
[TR]
[TD]Happy Person[/TD]
[TD]Happy[/TD]
[/TR]
[TR]
[TD]Person is Happy[/TD]
[TD]Happy[/TD]
[/TR]
[TR]
[TD]Two Sad Persons[/TD]
[TD]Sad[/TD]
[/TR]
[TR]
[TD]A Cry Person[/TD]
[TD]Cry[/TD]
[/TR]
</tbody>[/TABLE]
Thanks.
is there any formula to do the following?
I have a table of text which i want to use as classification.
And i have a data table with various description. and i wan to match the description with my classification.
Classification Table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Happy
[/TD]
[/TR]
[TR]
[TD]Sad
[/TD]
[/TR]
[TR]
[TD]Cry[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Description[/TD]
[TD]Return Matches[/TD]
[/TR]
[TR]
[TD]Happy Person[/TD]
[TD]Happy[/TD]
[/TR]
[TR]
[TD]Person is Happy[/TD]
[TD]Happy[/TD]
[/TR]
[TR]
[TD]Two Sad Persons[/TD]
[TD]Sad[/TD]
[/TR]
[TR]
[TD]A Cry Person[/TD]
[TD]Cry[/TD]
[/TR]
</tbody>[/TABLE]
Thanks.