djpingpong
Programmer
- Jul 6, 2004
- 70
Hi,
I have a cell with the following content
Normally, that would just concatenate the three parts together into one string
However, I need the portion " some string 2..." formatted BOLD in the end-result display
Is that possible? Is there anything in excel that's similar to HTML (ie: <b> ... </b>)
Or is my only option to separate them into different cells?
cheers
I have a cell with the following content
Code:
="some string 1..." & someVariable & " some string 2...."
Normally, that would just concatenate the three parts together into one string
However, I need the portion " some string 2..." formatted BOLD in the end-result display
Is that possible? Is there anything in excel that's similar to HTML (ie: <b> ... </b>)
Or is my only option to separate them into different cells?
cheers