Column A has different codes in it. I want to output a certain letter in column B depending on what the code in A is (some codes will output the same letter)
Could someone assist? It doesn't seem to like my IF statement.
For some reason it now does like my IF statement (don't know what i've done differently)
Problem is I want to say IF cell1 = "code" then output "A" else do nothing (fine).
But then I want to go on to say IF cell1 = "code2" then output "B" else do notning. Trouble is the "do nothing command of line 1 is conflicting with the "output B" command of line 2.
You can nest if statements, I'd post a proper explanation but I'm using my iPhone. Google nested if excel statements and you'll find examples to do what you want. It gets messy if you have a lot of options which is where a lookup table is better.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.