Hello. To keep it simple, if column A contains the letters A-C and column B contains strings, how do I return the correct letter (B) in the cell ??? (D1) when I type dog into C1 please? I believe I need to use an array formula containing SEARCH, INDEX and MATCH. I have to use a formula in this instance, VBA is no good. Can you help please?
[TABLE="width: 420"]
<colgroup><col><col><col span="3"></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]There's a cat in here somewhere[/TD]
[TD][/TD]
[TD]cat[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]There's a dog in here somewhere[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]There's a fish in here somewhere[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much for your time.
[TABLE="width: 420"]
<colgroup><col><col><col span="3"></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]There's a cat in here somewhere[/TD]
[TD][/TD]
[TD]cat[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]There's a dog in here somewhere[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]There's a fish in here somewhere[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much for your time.