+ Reply to Thread
Results 1 to 2 of 2

Merge columns, making the first column bold using formula, functions or code ?

  1. #1
    Registered User
    Join Date
    11-12-2006
    Posts
    1

    Merge columns, making the first column bold using formula, functions or code ?

    Hi,

    I have some columns in excel that need to be merged into one word, but the first column needs to be made bold in the merged result.
    eg
    ...A.........................................B.......................C......................D
    Merged..................................Name................Address...............City
    -----------------------------------------------------------------------
    Bob 9 Road Street Auckland.......Bob..................9 Road Street.......Auckland

    Note above that in the merged column, 'Bob' would be made bold.

    Now currently I have the following formula:
    A=B1 & " " & C1 " " & D1

    But I need to do something like:
    A=Bold(B1) & " " & C1 " " & D1

    Of course I can see no way to do this. Is there any way to do this?

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by utilae
    Hi,

    I have some columns in excel that need to be merged into one word, but the first column needs to be made bold in the merged result.
    eg
    ...A.........................................B.......................C......................D
    Merged..................................Name................Address...............City
    -----------------------------------------------------------------------
    Bob 9 Road Street Auckland.......Bob..................9 Road Street.......Auckland

    Note above that in the merged column, 'Bob' would be made bold.

    Now currently I have the following formula:
    A=B1 & " " & C1 " " & D1

    But I need to do something like:
    A=Bold(B1) & " " & C1 " " & D1

    Of course I can see no way to do this. Is there any way to do this?
    No, you cannot fontset something that is a number or a formula.

    If you Paste Special = Values you can then set font characteristics on portions of the text, with statements such as

    Please Login or Register  to view this content.
    etc.

    hth
    ---
    Si fractum non sit, noli id reficere.

+ 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