2 answers

Hi,Try using
Hope this helps you!If this helps you please mark it as solved.Thanks and Regardsif('{!Lead.Lead_Lifecycle_Stage__c}' != "Marketing Qualified Lead (MQL)") {
IF(!(ISPICKVAL(Lead_Lifecycle_Stage__c,'Marketing Qualified Lead (MQL)')))
Sandhya