Hi everyone!
I want to make certain specific text bold in a concatenated cell and/or insert line breaks so that the cell output is easier to read, since that is being fed to a dashboard through a report.
Current output:
Accomplishments: Text. Next Steps: Text.
Desired output:
Accomplishments:
Text
Next Steps:
Text
Accomplishments and next steps are manual text entered into the formula. The formula is currently: = concatenate(“Accomplishments: ” + cell reference 1 text + “ “ + “Next Steps: “ + cell reference 2 text).
Is there any way this can be accomplished? I tried using the Char(10) trick I saw on another community post but that did not alter the formatting of the cell output on the dashboard.