How to unhide all columns in excel
Tutor 5 (120 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
To unhide all columns in Excel,
select the entire worksheet by clicking the triangle above row 1 and left of
column A, right-click any column header, then choose Unhide.
Selecting the Entire Worksheet
Click the Select All button located
at the intersection of the row and column headers. This triangle-shaped button
sits in the upper-left corner of the worksheet grid. You can press Ctrl+A
(Windows) or Cmd+A (Mac) to select all cells instead.
Right-Clicking to Access the Unhide Option
Right-click any column header after
selecting the entire worksheet. A context menu appears with several options.
Click Unhide from the menu to reveal all hidden columns simultaneously.
Using the Format Menu to Unhide Columns
Navigate to the Home tab on the
ribbon. Click Format in the Cells group. Select Hide & Unhide, then click
Unhide Columns. This method works without pre-selecting the entire worksheet.
Unhanding Specific Column Ranges
Select the columns on both sides of
the hidden columns by clicking the left column header and dragging to the right
column header. Right-click the selected headers and choose Unhide. This reveals
only the columns within the selected range.
Example sequence:
- Column B is hidden between visible columns A and C
- Click column A header, hold the mouse button, drag to
column C
- Right-click the selected area
- Click Unhide
What Happens When Column A Is Hidden
Yes, you can unhide column A using a
different selection method. Click the column B header, then press Ctrl+Space
(Windows) or Control+Space (Mac) to select the entire column. Hold Shift and
press the Left Arrow key to extend the selection to include column A.
Right-click and choose Unhide.
Unhanding Columns with the Name Box
Type A:Z in the Name Box located to
the left of the formula bar. Press Enter to select all columns from A to Z.
Right-click any column header in the selected range and click Unhide. Extend
the range beyond Z (to AA, AB, etc.) for worksheets with more columns.
Using Keyboard Shortcuts
Press Ctrl+Shift+0 (Windows) to
unhide selected columns. Mac users cannot use this shortcut because Cmd+Shift+0
conflicts with system commands. Mac users must use the right-click method or
Format menu instead.
Windows shortcut sequence:
- Select columns surrounding the hidden columns
- Press Ctrl+Shift+0
- Hidden columns appear immediately
Can You Unhide Multiple Non-Adjacent Column Groups
No, you cannot unhide multiple
non-adjacent hidden column groups in a single operation. Excel requires
separate unhide actions for each group of hidden columns. Unhide the first group,
then repeat the process for the next group.
Adjusting Column Width after Unhanding
Double-click the border between
column headers to auto-fit the column width to its content. Unhidden columns
sometimes appear with zero or minimal width, making them invisible despite
being technically unhidden. Dragging the column border to the right manually
increases the width.
Checking for Hidden Columns
Look for missing column letters in
the header row to identify hidden columns. Column headers jump from A to C when
column B is hidden. The column header border appears slightly thicker between
columns that have hidden columns between them.
Unhanding Columns in Protected Sheets
Protected worksheets prevent
unhiding columns depending on the protection settings. Navigate to Review tab,
click Unprotect Sheet, enter the password when prompted, and then unhide the
columns. Re-protect the sheet after completing the unhide operation.
Protection removal steps:
- Click Review tab
- Select Unprotect Sheet
- Enter password
- Perform unhide operation
- Click Protect Sheet to restore protection
Using VBA to Unhide All Columns
Press Alt+F11 (Windows) or FN+Option+F11
(Mac) to open the Visual Basic Editor. Insert a new module and paste this code:
Sub
UnhideAllColumns()
Columns.Hidden = False
End Sub
Press F5 to run the macro. This
method unhide every column in the active worksheet instantly.
Do Hidden Columns Affect Calculations
Yes, hidden columns continue to
participate in formulas and calculations. Excel includes values from hidden
columns in SUM, AVERAGE, COUNT, and other functions. Hiding columns changes
only the visual display without affecting the underlying data or formula
results.
Unhanding Columns in Filtered Data
Remove filters before unhiding
columns to ensure visibility. Click the Data tab, then click Clear in the Sort
& Filter group to remove all filters. Hidden columns remain hidden even
after clearing filters, so you must still perform the unhide operation
separately.
Restoring Default Column Visibility
Select all columns by clicking the
Select All button. Right-click any column header and choose Unhide to restore
all columns to visible state. This returns the worksheet to its default
configuration where all columns display.
Can You Unhide Columns in Multiple Sheets Simultaneously
No, Excel does not provide a
built-in method to unhide columns across multiple sheets in one action. Select
each sheet tab individually and repeat the unhide process. Group sheets by
holding Ctrl (Windows) or Cmd (Mac) while clicking sheet tabs, but the unhide operation
still requires the same steps on the grouped sheets.
Preventing Accidental Column Hiding
Protect the worksheet to prevent
users from hiding columns. Click Review tab, select Protect Sheet, and uncheck
"Format columns" in the protection options, set a password, then
click OK. Users cannot hide or unhide columns until you remove the protection.
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
How to track changes in excel
Answers · 1
How to lock certain cells in excel
Answers · 1
How to merge two excel spreadsheets
Answers · 1
Where is the name box in excel
Answers · 1