Hi @dearears ,
Yes, If you look in the code I provided then you can see that this goes up to 3 selections. However you can change and add another 7 selections by changing only the end of the code.
If(Textbox1.Text = "","",
If(Or(LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,1)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,2)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,3)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,4)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,5)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,6)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,7)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,8)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,9)).Value,
LookUp(SPList,Textbox1.Text = List_EM,List_Country) = First(LastN(ComboBox1.SelectedItems,10)).Value)
,
"warning",""))