+ Reply to Thread
Results 1 to 4 of 4

Join bold and non-bold text in one cell

  1. #1
    Registered User
    Join Date
    03-20-2006
    Posts
    1

    Join bold and non-bold text in one cell

    Does anyone know how to combine bold and non-bold text into one cell? For example, let's say you have a name (Matt) that you want bolded and a number (10) that you want regularly formatted. You also want to add a comma and a space. Your new string would look like this: Matt, 10 (with Matt bolded). I've tried using TEXT and CONCATENATE functions, but I always lose the bold formatting.

  2. #2
    Gary''s Student
    Guest

    RE: Join bold and non-bold text in one cell

    Take the result of the CONCATENATE() and copy it then paste/special as value.
    In this form you can select parts of the string and format them as bold.
    --
    Gary's Student


    "bkincaid" wrote:

    >
    > Does anyone know how to combine bold and non-bold text into one cell?
    > For example, let's say you have a name (Matt) that you want bolded and
    > a number (10) that you want regularly formatted. You also want to add
    > a comma and a space. Your new string would look like this: Matt, 10
    > (with Matt bolded). I've tried using TEXT and CONCATENATE functions,
    > but I always lose the bold formatting.
    >
    >
    > --
    > bkincaid
    > ------------------------------------------------------------------------
    > bkincaid's Profile: http://www.excelforum.com/member.php...o&userid=32654
    > View this thread: http://www.excelforum.com/showthread...hreadid=524607
    >
    >


  3. #3
    Pete_UK
    Guest

    Re: Join bold and non-bold text in one cell

    You can't change the format using a formula.

    If you had the text "Matt, 10" in a cell, then you could edit the cell
    and highlight "Matt" and then turn bold on to affect only this part.

    Hope this helps.

    Pete


  4. #4
    Ron Rosenfeld
    Guest

    Re: Join bold and non-bold text in one cell

    On Mon, 20 Mar 2006 17:19:54 -0600, bkincaid
    <[email protected]> wrote:

    >
    >Does anyone know how to combine bold and non-bold text into one cell?
    >For example, let's say you have a name (Matt) that you want bolded and
    >a number (10) that you want regularly formatted. You also want to add
    >a comma and a space. Your new string would look like this: Matt, 10
    >(with Matt bolded). I've tried using TEXT and CONCATENATE functions,
    >but I always lose the bold formatting.


    The only way I know of to format different parts of a string differently,
    within the same cell, is to

    1. Have a string in the cell (NOT a formula).
    2. Select the particular characters you wish to format and format accordingly.

    This can also be done using a VBA macro, but you do have to have a string in
    the cell.

    If you could give more details on how your data is set up, it should be
    possible to construct a macro to do this.
    --ron

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1