Hi,
Maybe if (contains(upperCase(column(“test”)),“EBR”)) {…} else {…}.
Contains function return a boolean. You can look at the modifiers too :

Best,
Joel
Hi,
Maybe if (contains(upperCase(column(“test”)),“EBR”)) {…} else {…}.
Contains function return a boolean. You can look at the modifiers too :

Best,
Joel