I often find myself caught out on which expression to use when I want to perform the following query, your advice is much appreciated:
If column A contains X, then insert the word “Red” in this column, But if it contains Y, then insert the word “Purple” in this column, But if it contains Z, then insert the word “Green”.
which expression IF, AND, CONTAINS or another?