Font within concatenate

G

Guest

I'm wondering if it is possible to have a different font for a certain part
of a concatenated text.

Ex. =concatenate(text1,text2,text3) where text2 is bold and text1 and text3
would not be bold.

Thanks
 
R

Ron Rosenfeld

I'm wondering if it is possible to have a different font for a certain part
of a concatenated text.

Not possible as such, as far as I know.
Ex. =concatenate(text1,text2,text3) where text2 is bold and text1 and text3
would not be bold.

You would have to convert it to a text string. Then you could bold a part of
the text.

Without using a VBA routine, you could copy the cell in which the formula is
located, then Paste Special Values.

Then you select a portion of the text (in the formula bar) and apply the
appropriate formatting to it.


--ron
 
G

Guest

Thanks for your help.

Ron Rosenfeld said:
Not possible as such, as far as I know.


You would have to convert it to a text string. Then you could bold a part of
the text.

Without using a VBA routine, you could copy the cell in which the formula is
located, then Paste Special Values.

Then you select a portion of the text (in the formula bar) and apply the
appropriate formatting to it.


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top