As a Salesforce user, I want to be prevented from setting the Level custom field as the Primary Contact when the Account is not active, so that the data integrity is maintained and we can ensure accurate reporting on our sales contacts.
AND( ISPICKVAL(Account.Active__c, "No"), ISPICKVAL(Level__c, "Primary") )