Forum Discussion
Validate Column is either NULL or has 11 characters
- Nov 15, 2022
Acorn999 Try using this validation formula:
=OR(ISBLANK(MEMBERMBI),LEN(MEMBERMBI)=11)
Note: Sometimes comma(,) does not work in formula (it is based on language or regional settings on your site). So in that case use semicolon(;) instead of comma(,)
Similar thread: Error in Formula in List Validation Settings
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Acorn999 Try using this validation formula:
=OR(ISBLANK(MEMBERMBI),LEN(MEMBERMBI)=11)
Note: Sometimes comma(,) does not work in formula (it is based on language or regional settings on your site). So in that case use semicolon(;) instead of comma(,)
Similar thread: Error in Formula in List Validation Settings
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.