Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top