Share via

How To Bold partial Text In An Excel Formula

Anonymous
2013-05-17T10:05:11+00:00

Hi

I want to bold certain areas of a text (only part of the text). For example

lets say I have the phrase ”Mr John Smith is a software engineer and is 42

years old”, where the name and age are taken from cells in the sheet 1 “ these

I want to appear as bold- and I also need the ”software engineer” to appear

as bold, though it is not drawn from any cell.

Is that possible without programming?

Thanks

Varun

ref link

http://www.computing.net/answers/office/how-to-bold-text-in-an-excel-formula/14425.html

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2013-05-17T10:41:16+00:00

    Formulas cannot retrieve the formatting, only the data.  Once you have entered the formula, copy the cell and then paste/special/values back into the cell.

    Then apply formatting to the pieces of text as you desire.

    20+ people found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-12-08T04:49:43+00:00

    Why can't Microsoft add formatting formulas!!

    Sad to see such a simple thing not possible in excel :(

    60+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2014-08-12T13:26:10+00:00

    Formulas cannot retrieve the formatting, only the data.  Once you have entered the formula, copy the cell and then paste/special/values back into the cell.

    Then apply formatting to the pieces of text as you desire.

    If OP wanted to copy and paste there was no issue. Same problem. So is there some way like having HTML output and display same in cell. VBA Code is welcome.

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2014-08-12T15:25:16+00:00

    Once the formula has been removed from the cell and has been replaced with the value that the formula returned, formatting can be applied on a character-by-character basis.

    1 person found this answer helpful.
    0 comments No comments