HELP WITH VALIDATION IN SHAREPOINT LIST (IF, AND, OR)

Copper Contributor

Hello guys, i need some help coz im triyng and burn my brains out and i cant figure out whats going on.
i have a need:
if [estado]= "concluido" > turn into mandatory columns [Diagnostico Final] and [Atribuído a] 

and

if [estado]= "Executando Trabalho" or "em transito" or "em Pausa" > turn mandatory only the column [Atribuido a]
and
if [estado] = "Aguardando Atribuição" or "Cancelada" then do nothing...
here's the formula im triyng to apply


=IF(AND([Estado]<>"Aguardando Atribuição";[Estado]<>"Cancelada");IF([Estado]="Concluído";IF(AND([Atribuído a]<>"";[Diagnóstico Final]<>"")TRUE;FALSE);IF([Atribuído a]<>"";TRUE;FALSE));TRUE)

0 Replies