I'm trying to use my own made function inside custom data validation formula.
But for some reason it does not work.
My function:
Public Function IsNumberXValid(x) As Boolean
IsNumberXValid = IsNumeric(x) And Math.Cos(x) <> 1
End Function
When I put this function inside formula field it shows following warning:
What am I doing wrong?





Namethe formula ??