Jake Collins
Active Member
I would like for my data validation list to comprise both the values in a named range (called Names) and some fixed values ("role1","role2" and "role3").
I manage a conditional formatting check using
=IF(AND((COUNTIF(Names,B2)+IF(OR(B2="Role1",B2="Role2",B2="Role3"),1,0)=0,B2<>""),1,0)
Is there a way to get the data validation list to include the fixed values?
I manage a conditional formatting check using
=IF(AND((COUNTIF(Names,B2)+IF(OR(B2="Role1",B2="Role2",B2="Role3"),1,0)=0,B2<>""),1,0)
Is there a way to get the data validation list to include the fixed values?