My formula works in that it shows "1" when the box is checked, but once it is unchecked, it shows "0".
IF(Survey_Sent__c = TRUE,1,0)
Any ideas?
Thanks!
6 réponses
My formula works in that it shows "1" when the box is checked, but once it is unchecked, it shows "0".
IF(Survey_Sent__c = TRUE,1,0)
Any ideas?
Thanks!