B
bignationbignation
Hi,
I have a list of desriptions about stocks (shares). I want to find out
if the descriptions contain a stock symbol from a list. I have been
given the formula below which returns "true" or "false. I would
preferably like a formula that: if the description contains a symbol
from the list, to display which symbol from the list it contains. If
the descriptions doesn't contain a symbol from the list, then display
something else like "false". I would refer not to have an array
formula as I have a long list of descriptions.
Hope this makes sense? Below is the formula I'm using.
=SUMPRODUCT(--ISNUMBER(SEARCH($A$1:$A$5,B4)))>0
Many Thanks
I have a list of desriptions about stocks (shares). I want to find out
if the descriptions contain a stock symbol from a list. I have been
given the formula below which returns "true" or "false. I would
preferably like a formula that: if the description contains a symbol
from the list, to display which symbol from the list it contains. If
the descriptions doesn't contain a symbol from the list, then display
something else like "false". I would refer not to have an array
formula as I have a long list of descriptions.
Hope this makes sense? Below is the formula I'm using.
=SUMPRODUCT(--ISNUMBER(SEARCH($A$1:$A$5,B4)))>0
Many Thanks