Hello,
I am trying to run some "what if" statements using 4 possible words that may appear in one column, and 4 possible answers in another column. Each of the 4 words would trigger a different answer but the variables are the same.
For example. A1 may container the word, "Redel", "FPU", "NEW", or "RTW", and each of these words would have one of 4 results, either, Blank, no change, or the word "Burnaby" or "final pickup"
Is this possible to create?
I tried the following formula but it did not work;
=if(A1="redel","Burnaby,if(A1="new","",if(A1="rtw", ( I don't know the formula for no change, but this would be no change), if(A1="fpu",(no change))))
Bookmarks