Forum Discussion
Jakub_Q
Oct 12, 2022Copper Contributor
Problem with function
I wrote a simple function that informs the user that he has entered too many or too few numbers (Pesel).
=IF(LEN([PESEL])=11,ISNUMBER([PESEL]+0),FALSE)
Sharepoint gives me an error:
unfortunately there was a problem The formula has a syntax error or is not supported
- Jakub_QCopper ContributorPlease help.