I think its easier to just show you!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company[/TD]
[TD]Sector[/TD]
[/TR]
[TR]
[TD]LMArchitect[/TD]
[TD]Architect[/TD]
[/TR]
[TR]
[TD]PJKArchitects[/TD]
[TD]Architect[/TD]
[/TR]
[TR]
[TD]PLPlumber[/TD]
[TD]Plumber[/TD]
[/TR]
</tbody>[/TABLE]
I have a list of companies in column one. I want to include the sector in column two. However they are a mix of letters and types. Is it possible to use the IF function or something similar to say for example "IF architect present in A1 THEN write Architect in A2"
It will have to be able to detect architect when it is inside a word, and not standing on its own.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company[/TD]
[TD]Sector[/TD]
[/TR]
[TR]
[TD]LMArchitect[/TD]
[TD]Architect[/TD]
[/TR]
[TR]
[TD]PJKArchitects[/TD]
[TD]Architect[/TD]
[/TR]
[TR]
[TD]PLPlumber[/TD]
[TD]Plumber[/TD]
[/TR]
</tbody>[/TABLE]
I have a list of companies in column one. I want to include the sector in column two. However they are a mix of letters and types. Is it possible to use the IF function or something similar to say for example "IF architect present in A1 THEN write Architect in A2"
It will have to be able to detect architect when it is inside a word, and not standing on its own.