Forum Discussion

KEsiemens's avatar
KEsiemens
Copper Contributor
Aug 23, 2022

Date Column - if, then, else

I want to add a File Expiry date on documents only. In other words, if Content Type is a Folder, then File Expiration should equal Last Modified date. Otherwise File Expirations should be Last Modified + 90 days. 

 

I am new to SharePoint - but in my mind, the following makes sense, but of course it is not working.

 

if [Content Type]='Folder',[Last Modified], [Last Modified]+90

 

Thank you