You need to sign in to do that
Don't have an account?

how do i change color of my text in formula field to Red ?
this is the formula and i want to display text in red colour.
IF( Contract_End_Date__c < TODAY() , "Please do not utilize the playbook. The contract is no longer active" , " ")
IF( Contract_End_Date__c < TODAY() , "Please do not utilize the playbook. The contract is no longer active" , " ")
You cannot achieve it through formula field. But You can create a field of Rich text type and update the field using the workflow rule update by using the below formula.
Please find the similar question answered in Stack Exchange.
https://salesforce.stackexchange.com/questions/276487/make-text-highlighted-red-bold-if-criteria-is-met
If this solution helps, Please mark it as best answer.
Thanks,
All Answers
You cannot achieve it through formula field. But You can create a field of Rich text type and update the field using the workflow rule update by using the below formula.
Please find the similar question answered in Stack Exchange.
https://salesforce.stackexchange.com/questions/276487/make-text-highlighted-red-bold-if-criteria-is-met
If this solution helps, Please mark it as best answer.
Thanks,
Were you able to follow the steps?
Thanks,