문제

I have a date column in a SharePoint list. This column need to be filled with dates that 2 years forward from today or more.

How can I write the validation formula for this?

Much appreciated if anyone can help.

도움이 되었습니까?

해결책

Try something like below:

 =[Date Column] > DATE(YEAR(Today())+2,MONTH(Today()),DAY(Today()))

Read more about column validations in SharePoint at:

SharePoint Online List Column Validation Examples.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top