Forum Discussion
Anonymous
2 years agoNot applicable
Character Number Validation
Hi! I am working with KPIs and one of them needs two validations: 1) The cell from the source file shouldn't be blank 2) We have to take into consideration that, since this is a live file and it's...
Greg_Deckler
2 years agoCommunity Champion
Anonymous You have a parenthesis problem:
IF( OR ( LEN( [BCIT Clients ) > 1, NOT ( ISBLANK( [BCIT Clients ) ) ), [Approved], 0 )