Skip to main content

How to extract bold text only from a list in Excel?

Author Sun Last modified

In a long list of data in Excel, some of the important data is formatted as bold, and you just want to extract these bold texts only into another range, you can follow the simple methods below to get it done.

Extract bold text only from list with Find and Replace in Excel

Extract bold text only from list by using Defined Function

Extract bold text only from list with Kutools for Excel


Extract bold text only from list with Find and Replace in Excel

Find and Replace function can help you find the bold text firstly, and then you can copy them to the new range you want.

1. Press Ctrl + F to open the Find and Replace dialog, and click Options to expand the dialog, then click Format. See screenshot:

a screenshot of extracting bold text from a list with Find and Replace

2. In the Find Format dialog, click Font tab, and select Bold in the Font style: box, and click OK. See screenshot:

a screenshot of extracting bold text from a list with Find and Replace 2

3. Back to the Find and Replace dialog, click Find All. See screenshot:

a screenshot of extracting bold text from a list with Find and Replace find all

4. Press Ctrl + A to select all of searching results in the Find and Replace dialog, and then click the Close button to exit it. Now all cells formatted as bold are selected, and you can copy them to the range you want.

a screenshot of extracting bold text from a list with Find and Replace select all


Extract bold text only from list by using Defined Function

There is a Defined Function that can extract bold text.

1. Select a cell of the column you want to select and press Alt + F11 to open the Microsoft Visual Basic for Applications window.

2. In the pop-up window, click Insert > Module, then paste the following VBA code into the module.

VBA: Extract bold text only

Function GetBold(pWorkRng As Range)
'Updateby20140514
If pWorkRng.Font.Bold Then
    GetBold = pWorkRng.Value
Else
    GetBold = ""
End If
End Function

3. Save the code and close the window, select a blank cell and type this formula = GetBold(A2), then press Enter button, and drag the fill handle to fill the range you want. After that, you can see only bold texts are extracted.


Extract bold text only from list with Kutools for Excel

If you have installed Kutools for Excel, its Select Cells with Format feature also can do a favor for you to extract bold text only from a list.

Kutools for Excel includes more than 300 handy Excel tools. Free to try with no limitation in 30 days. Get it Now

1. Select the list range you want to extract bold text only, and click Kutools > Select > Select Cells with Format.

2. In the Select Cells with Format dialog, click Choose Format From Cell, then select a bold text cell from the list, click OK to close the small dialog. See screenshot:

a screenshot of extracting bold text from a list with Kutools for Excel
arrow
a screenshot of extracting bold text from a list with Kutools for Excel select cell

3. Click the Smartselect button, and then click OK, and then a dialog pops up to remind you if select the cells. See screenshots:

a screenshot of extracting bold text from a list with Kutools for Excel smart select
arrow 2
a screenshot of extracting bold text from a list with Kutools for Excel select matches

4. Click Yes to close the dialogs. Now the bold cells are selected, you can copy them to the range you like. See screenshot:

a result screenshot of extracting bold text from a list with Kutools for Excel

For more description on Select Cells with Format.


Relative Articles:


Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!