Concantenate which keeps bold of some parts.

Joined
Sep 8, 2018
Messages
9
Reaction score
4
I wish to concantenate 3 columns in Excel 2007.
=CONCATENATE(A1, " ", B1, " ", D1)
does it for me.

But the text in column A and B are both formatted as bold - which I want to keep that way. However, the result of the above formula removes the bold.
How can I modify the formula so that A1 and B1 remain bold, while D1 does not?

Could I also add underline to A1 and B1?

Thank you.
 
Here's an example. It won't let me upload an excel file, so this is a screenshot .
Essentially, I want A and B column to remain Bold in the concantenated colum.
 

Attachments

  • Screenshot_20181104-160222~01.webp
    Screenshot_20181104-160222~01.webp
    48.6 KB · Views: 235
Back
Top