@Nicky No, that's wrong. The multi-line IF statement is correct. The problem is that you are comparing a numerical variable with a string. Simply remove the quotes around the 4 and you should be good to go! The error (Type mismatch) is saying the types don't match. Also, if the CHC variable is supposed to be a string, remember to always add "$" to the end of the name of the variable.