I need to make a validation rule with picklist. If Picklist value is "Yes" all 3 other custom fields to be populated (cannot be empty). The formula below works only with one of them, does not take all of them, can someone help me with it? Thanks!
AND( ISPICKVAL( Immediate_Relatives__c , "Yes"), ISBLANK(Relative_Full_Name__c)&& ISBLANK( Relationship_to_you__c)&& ISBLANK(Status__c ))