You need to sign in to do that
Don't have an account?

Formula: 3 checkboxes and need 1 of them to be selected before saving the account
Hi,
I have 3 checkboxes and need 1 of them to be selected before saving the account.
Would be possible to select 2 but I would like users to get an error message if none of these 3 checkboxes are unchecked
Thank you.
Check Whether the below formula works fine
IF( Checkbox1__c == false && Checkbox2__c == false && Checkbox3__c == false,true, false)
Thanks,
Arunraj