Hi everybody,
I'm newbie in Sharepoint Development and customizations, and I need some help from you guys. If you, please, could help me I'll be so thankful!
My client asked me to add a column validation on his sharepoint online list. The validation is when the column RAG Status is not equal to Green, the column Back To Green must have a value.
I searched on many sites and, in meu lab this formula worked so well. When I tried on my client environment, I got the error: "Sometinhg went wrong..."
Here's the formula:
=SE([RAG Status]<>"Green";SE([Back To Green]="";FALSO;VERDADEIRO);VERDADEIRO) or
=IF([RAG Status] <> "Green";IF([Back to Green]="";FALSE;TRUE);TRUE)