Help with forumula to change text cell

  • Thread starter Thread starter BerkshireGuy
  • Start date Start date
B

BerkshireGuy

I have a column Q - that has state abbreviations. Trying to have a
forumula that changes those to a region. Can't get this to work. Does
the IF function not support OR? If I dont use the or, works fine.

=IF(Q:Q="CA","California",IF((Q:Q="WA" Or "OR"),"Pacific","Other")
 
Use this where you want it to be.

=IF(Q:Q="CA","California",IF(OR(Q:Q="WA",Q:Q="OR"),"Pacific","Other"))
 

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