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.
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.