IF( OR( LOWER(thisRow.English) = "monday", LOWER(thisRow.English) = "tuesday", LOWER(thisRow.English) = "wednesday", LOWER(thisRow.English) = "thursday", LOWER(thisRow.English) = "friday", LOWER(thisRow.English) = "saturday", LOWER(thisRow.English) = "sunday" ), "valid", "invalid" )