
You could create a separate formula field for the value that you want to make bold & insert the formula field between other formula field, which will make it look like single sentence. Share answered Jun 12, 2009 at 16:39
Full Answer
How do I add bold text to a field?
You can do this by inserting HTML markup in the field (using a formula) and then displaying the new formula as a HTML field. e.g. Here's a basic Syntax formula that takes a field and adds the bold tag around the text before the colon.
How to use text in formulas in Salesforce?
Salesforce comes with many functions and operators that make it easy to work with Text in formulas. Using formulas, you can convert other data types to Text and concatenate Text values together or search for a specific string within a Text field. TEXT () converts a Percent, Number, Date, Date/Time, picklist, or Currency field into Text.
How to make a date bold in a text box?
Create a formula for the date part, then embed it into a text box, then you can format any way you like Show activity on this post. I don't know, if it is doable. You could create a separate formula field for the value that you want to make bold & insert the formula field between other formula field, which will make it look like single sentence.
How to create long text area formula field in Salesforce?
Salesforce: Long Text Area formula field 1 Setup | Customize | Cases | Fields 2 Click New button in Case Custom Fields & Relationships 3 Select Number and Next 4 Enter Label, Length and Description 5 Click Next to continue and follow the wizard to save More ...

How do I apply a text field to a formula in Salesforce?
To insert text in your formula field, surround the text with quotation marks. For example, to display “CASE: 123,” use this formula "CASE: "& CaseNumber__c . Use the backslash (\) character before a quote or backslash to insert it as a literal value in your output.
How do I use Br in Salesforce formula field?
You can add the &BR() operator where you want the line break to occur. The operator is inserted after the text and creates the space. Use the &BR() operator to add spaces to your text. Text formula field after adding the &BR() operator.
Can we use text area in formula field in Salesforce?
Saurabh. Rich/long text area fields aren't available for formulas. If you need to pull this information through I think you'll need to use a workflow field update or trigger to copy it. Unfortunately the Workflow Field Update also loses the markup so best to stick to Apex Trigger solution.
Can we change formula field to text in Salesforce?
how can we change field type of formula fields? Sorry,Formula fields type cannot be changed to anything else. You will need to create a new custom text field to use instead.
What is BR () in Salesforce formula?
EricB. There is a new formula function called BR() in the Winter '07 release. This will allow you to insert an HTML line break tag into text formula expressions. For example (using made-up field names):
How do I concatenate a string in a formula field in Salesforce?
Returns a string by concatenating the values of the specified columns and input strings. For example, to display the close date as MM-DD-YYYY, concatenate the Close_Date_Month column, Close_Date_Day column, and Close_Date_Year column, and add a dash between each of them.
How do I create a custom text field in Salesforce?
Try It YourselfIn your Salesforce org, click. ... Click the Object Manager tab. ... From the Object Manager. ... From the sidebar, click Fields & Relationships. ... Click New to create a custom field. ... Next, choose a data type.More items...
What is rich text Area in Salesforce?
Knowledge article rich text fields provide additional functions, such as the ability to view and edit the source HTML, support for more HTML styles, and smart links between articles. Some features have rich text editors across Salesforce Classic, Lightning Experience, and the Salesforce mobile app.
How do I create a formula field for long text area in Salesforce?
Create custom long text area field in the Quote object. Click the "New" button in Quote Custom Fields & Relationships section. Select Text Area (Long) and click "Next". Enter Label, Length and Description (e.g. TEST SFDC).
How do I change the field type in a formula in Salesforce?
Change the Custom Field TypeFrom the management settings for the field's object, go to Fields. ... Click Edit next to the custom field you want to change.Click Change Field Type.Select a new data type and click Next.Enter a field label, name, and any other attributes, and then save your changes.
How do I make a formula field editable in Salesforce?
Formula field value cannot be changed directly, they are read only. However, the value of formula fields can be changed by changing the values of the fields referenced in the formula fields.
Can we update formula field in Salesforce?
To create the new field in Salesforce Go to the Object Manager and select the object type you want to sync. Go to Fields & Relationships and add a new field. Choose Checkbox for the data type and give it a name, for example, Formula Fields Updated?. Leave the default option unchecked.
When does TEXT return a date?
For instance, if date_value corresponds to March 17, 2015, TEXT (date_value) returns 2015-03-17. For datetime_value March 17, 2015 at 5 PM, TEXT (datetime_value) returns 2015-03-17 17:00:00Z. The Z indicates that the time returned is in GMT— TEXT () always returns Date/Time values in GMT, not the time zone of the current user or your organization.
Can you use text in Salesforce?
Salesforce comes with many functions and operators that make it easy to work with Text in formulas. Using formulas, you can convert other data types to Text and concatenate Text values together or search for a specific string within a Text field.
Can you reuse helper formulas?
Not only is this formula shorter and easier to understand, but you can also reuse your helper formula anywhere you need to calculate a case’s age. Awesome!
Sunday, September 28, 2014
As of Winter '15 release, when you use function LEN () with Long Text Area field, you will get error message Error: You referenced an unsupported field type called "Long Text Area" using the following field:.
Salesforce: Long Text Area formula field
As of Winter '15 release, when you use function LEN () with Long Text Area field, you will get error message Error: You referenced an unsupported field type called "Long Text Area" using the following field:.
