function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Reshmi Sangani 5Reshmi Sangani 5 

How can I create a formula field to display a text message when my picklist field value equals "matched"

Requirement: need to display a link (ex: www.w3schools.com" ) when user select "matched" value on a picklist field.
Ajay K DubediAjay K Dubedi
Hi Reshmi,

I have gone through your question and created a formula for your formula field.
Please give it a try - 

IF( ISPICKVAL( Your_Field__c, 'matched') , 'www.w3school.com', '')


I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Ajay Dubedi
www.ajaydubedi.com