Thursday, 22 December 2016

SharePoint List Validation: How to validate a column based on the value of another field in the list?


=IF([Column1]="SomeValue",IF(ISBLANK([Column2]),FALSE,TRUE),TRUE)

No comments:

Post a Comment