Hello everybody,
I need your help with IF Function
. I have 5 criteria under the Country column and I want to assign codes for each country. So,
IF is “Chile” then code to be 9
IF is “China” then code to be 8
IF is “Colombia” then code to be 7
IF is "Costa Rica" then code to be 6
I’ve been trying numerous times to group them in a single formula but I get unparseable error
=IF([Country1]@row = “Chile", 9),