Sharepoint list calculated column if statement

IF OR[] in SharePoint Calculated Column

To use IF OR function in SharePoint Calculated Column, you should use the below formula syntax:

= IF[OR[Condition1,Condition2,....],TRUE,FALSE]

To apply the above IF OR syntax in your SharePoint Calculated Column, it should be

=IF[OR[[Course1 Expiration Date]

Chủ Đề