Forum Discussion

Jakub_Q's avatar
Jakub_Q
Copper Contributor
Oct 12, 2022

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
 

 

Resources