Im trying to validate my list in SharePoint 2010, so that it will only proceed when a column = xyz and a date column is not empty.
I took a stab at the syntax and came up with this.
=IF(AND([Status]='Closed',(NOT(ISBLANK([Actual Date of Acknowledgement])))
but it doesn't work.
Can somebody let me know how I can get this to work?