Forum Discussion
List validation in Sharepoint
- Jun 07, 2023
Larsi00 I don't know if I understood all your requirements. But, here is example formula which will give you idea to create your own formula based on the logic.
=IF([Column B] = "A", IF(OR(ISBLANK([Column C]),ISBLANK([Column D]),ISBLANK([Column E])),FALSE,TRUE))If value of Column B is equal to A, Column C, Column D and Column E will be mandatory.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Larsi00 I don't know if I understood all your requirements. But, here is example formula which will give you idea to create your own formula based on the logic.
=IF([Column B] = "A", IF(OR(ISBLANK([Column C]),ISBLANK([Column D]),ISBLANK([Column E])),FALSE,TRUE))
If value of Column B is equal to A, Column C, Column D and Column E will be mandatory.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.