IF statement w/ several requirments

  • Thread starter Thread starter stevewhite00
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top