Hi Everyone,
If I want to search for letters in the cells that are not necessarily in order, how can I do that?
[TABLE="width: 500"]
<tbody>[TR]
[TD]CEGB[/TD]
[TD]DFACE[/TD]
[TD]EGBDF[/TD]
[TD]FACEG[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Example 1
I want to search for any cells that container the letters D,F,E
My results should be cell B1 and Cell C1 because they both container the letters D,F,E even though they are not in sequence.
Example 2
I want to search for any cells that container the letter C
My results should be cell A1, B1 and D1 because they all container the letters C
Is there a simple way of doing this?
If I want to search for letters in the cells that are not necessarily in order, how can I do that?
[TABLE="width: 500"]
<tbody>[TR]
[TD]CEGB[/TD]
[TD]DFACE[/TD]
[TD]EGBDF[/TD]
[TD]FACEG[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Example 1
I want to search for any cells that container the letters D,F,E
My results should be cell B1 and Cell C1 because they both container the letters D,F,E even though they are not in sequence.
Example 2
I want to search for any cells that container the letter C
My results should be cell A1, B1 and D1 because they all container the letters C
Is there a simple way of doing this?