+ Reply to Thread
Results 1 to 3 of 3

Automatically bold cells containing a specific value?

  1. #1
    Registered User
    Join Date
    11-25-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    82

    Automatically bold cells containing a specific value?

    Hey guys,

    I was wondering if there is a way with excel to bold certain calls which contain specific characters. Basically i want to bold all the URLs from the list without manually have to do them one by one since its a very large list.

    From:

    screenshot.349.jpg

    To:

    screenshot.350.jpg

    I've attached a sample.

    I can't use a pivot table to do this.

    Cheers,
    Chris
    Attached Files Attached Files
    Last edited by ccastell88; 08-24-2015 at 09:22 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Automatically bold cells containing a specific value?

    You would use conditional formatting to do this. Highlight column A then click on Conditional Formatting | New Rule | Use a formula... , and then enter this formula in the dialogue box:

    =LEFT(TRIM(A1),4)="http"

    Click on the Format button, then on the Font tab you can select Bold (or Bold Italic for even more emphasis). Click OK twice to exit the dialogue box.

    Hope this helps.

    Pete

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2505 Win 11
    Posts
    24,743

    Re: Automatically bold cells containing a specific value?

    Here is a VBA solution

    Please Login or Register  to view this content.
    How to install your new code
    1. Copy the Excel VBA code
    2. Select the workbook in which you want to store the Excel VBA code
    3. Press Alt+F11 to open the Visual Basic Editor
    4. Choose Insert > Module
    5. Edit > Paste the macro into the module that appeared
    6. Close the VBEditor
    7. Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)

    To run the Excel VBA code:
    1. Press Alt-F8 to open the macro list
    2. Select a macro in the list
    3. Click the Run button
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 10-21-2014, 03:03 PM
  2. [SOLVED] automatically bold a whole row of data
    By profitdr123 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 11-24-2013, 06:11 PM
  3. [SOLVED] Over keying a formula - Can I set this to automatically bold ?
    By Dave in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-17-2006, 12:25 PM
  4. [SOLVED] Are sub-totals able to be set to be bold automatically?
    By Ellie in forum Excel General
    Replies: 1
    Last Post: 02-02-2005, 10:06 AM

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