In column A I have entered all 52 states with one state in each cell such as ID, WA, MT, LA, OR, CA, etc.
I need a formula which I will enter in the B column which states if the cell to my left is one of 8 states put a 1 if the cell to my left is one of 2 states put a 1.3, if it is "CO" put a 1.08, and if it is any other state put a 1.25. In column B I entered a formula which states
if (a1="ID", 1, 1.25). What I would like this formula to state is if (a1="ID" or "WA" or "MT" or "LA" or "OR" or "CA" or "WY" or "NM", 1, or if a1= "KS" or "MO, 1.3, or if a1="CO", 1.08, 1.25)
I need a formula which I will enter in the B column which states if the cell to my left is one of 8 states put a 1 if the cell to my left is one of 2 states put a 1.3, if it is "CO" put a 1.08, and if it is any other state put a 1.25. In column B I entered a formula which states
if (a1="ID", 1, 1.25). What I would like this formula to state is if (a1="ID" or "WA" or "MT" or "LA" or "OR" or "CA" or "WY" or "NM", 1, or if a1= "KS" or "MO, 1.3, or if a1="CO", 1.08, 1.25)