S
stevewhite00
I have a list of of stock symbols from which I pull data from. th
problem is that some of the symbols are not stocks, but rathe
indecies. I need to list what each symbol is, whether it's a stock o
an index. Luckily there are only about 5-6 symbols on my list that ar
indecies.
How can I create a formula that effectively says, if [cell ref] equal
"abc", "xyz", "etc", then [cell ref] &" Index", if not, then [cell ref
&" Equity"?
It's easy to setup a formula for just one qualifier =IF(A1="abc", A1&
Index", A1&" Equity") - but i just want to add a couple more.
Any advice? Thanks
problem is that some of the symbols are not stocks, but rathe
indecies. I need to list what each symbol is, whether it's a stock o
an index. Luckily there are only about 5-6 symbols on my list that ar
indecies.
How can I create a formula that effectively says, if [cell ref] equal
"abc", "xyz", "etc", then [cell ref] &" Index", if not, then [cell ref
&" Equity"?
It's easy to setup a formula for just one qualifier =IF(A1="abc", A1&
Index", A1&" Equity") - but i just want to add a couple more.
Any advice? Thanks