GIVEN the opportunity is new or the close date is changed
WHEN checking the close date
THEN it must be today or later.
AND( OR( ISNEW(), ISCHANGED(CloseDate) ), CloseDate<TODAY() )