How to Select Specific Columns in Excel – 4 Easy Methods

 

The dataset showcases Product, Quantity, Unit Price, and Total Price.


Method 1 – Using the Keyboard Shortcut to Select Specific Columns

Steps:

  • Select a column. Here, column B.
  • Hold CTRL.

Keyboard Shortcut to Select Specific Columns

  • Click multiple column letters to select them.
  • Specific columns were selected.

Keyboard Shortcut to Select Specific Columns

Read More: How to Select Every Other Column in Excel


Method 2 – Using the Name Box to Select Specific Columns

Steps:

  • Enter C:C, F:F in the Name Box to select columns C & F.
  • Press ENTER and  C & F will be selected.

Using of Name Box to Select Specific Columns


Method 3 – Utilizing the Define Name Feature

Steps:

  • Go to Define Name in Formulas.

Utilize Define Name Feature to Select Specific Columns

  • Enter a name in Name and select columns in Refers to.
  • Click OK.

  • The names of the selected columns will be displayed in the Name Box.

Utilize Define Name Feature to Select Specific Columns

  • Specific columns are selected.

Utilize Define Name Feature to Select Specific Columns


Method 4 – Using a VBA Code to Select Specific Columns

Steps:

  • Press ALT+F11 to open Microsoft Visual Basic.

  • In the new window,  open a new module and enter the following code:
Sub Select_Specific_Columns()
Range("C1, E1").EntireColumn.Select
End Sub
  • Press F5 or click Run to run the code.

VBA Code to Select Specific Columns

  • Specific columns are selected.

VBA Code to Select Specific Columns


How to Select Specific Rows in Excel

Steps:

  • Select a row (5) .
  • Hold CTRL.

How to Select Specific Rows in Excel

  • Click a row number to select rows.


How to Select an Entire Column in Excel

To select an entire column:

Steps:

  • F8 is selected in your worksheet. To select the whole column, press the CTRL+SPACEBAR.

How to Select an Entire Column

  • The whole column is selected.


How to Select Multiple Columns in Excel

Steps:

  • Choose a column (C) and hold SHIFT.
  • Click column F to select all the columns from C to F.

How to Select Multiple Columns

  • Multiple columns are selected.


Things to Remember

If you are a Mac user, hold the Command and click a column letter to select multiple columns.


Download Practice Workbook

Download the practice workbook to exercise.


<< Go Back to Select Columns | Columns in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Wasim Akram
Wasim Akram

Wasim Akram holds a BSc degree in Industrial and Production Engineering from Ahsanullah University of Science and Technology. Over the past 2 years, he has been actively contributing to the ExcelDemy project, where he has authored more than 150 articles. Now, he is working as an Excel VBA and Content Developer. He likes learning new things about Microsoft Office, especially Excel VBA, Power Query, Data Analysis, and Excel Statistics. He is also very interested in machine learning and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo