Skip to content
Hardware & AMCAdvanced

Microsoft Excel Keyboard Shortcuts Alt+H+L+H+E, Alt+D+O and Ctrl+T Explained – Error Highlighting, Data Forms and Excel Tables

Microsoft Excel contains hundreds of commands, but experienced users often perform routine operations without touching the mouse. Keyboard shortcuts can sign...

BI
Bison Technical Team Enterprise IT specialists
Updated 17 Aug 2026 14 min read 0 total views

Microsoft Excel contains hundreds of commands, but experienced users often perform routine operations without touching the mouse. Keyboard shortcuts can significantly improve productivity, particularly when working with large accounting sheets, customer databases, inventory records, financial reports, reconciliations and other data-intensive workbooks.

Three useful keyboard sequences that are often encountered are:

Advertisement

Alt → H → L → H → E

Alt → D → O

Ctrl + T

Although they may appear similar because all are keyboard-driven commands, they serve very different purposes.

In practical terms:

Shortcut Main Purpose
Alt → H → L → H → E Navigate Conditional Formatting to highlight cells containing errors
Alt → D → O Legacy keyboard/menu sequence associated with Excel's Data/Form functionality; behavior can vary by Excel version
Ctrl + T Convert a selected data range into an Excel Table

Let's understand each feature in detail.


1. What Does Alt → H → L → H → E Do in Excel?

The sequence:

Alt → H → L → H → E

navigates Excel's Ribbon commands to reach the Conditional Formatting rule for highlighting cells containing errors.

The general navigation is:

Alt

Activates Excel Ribbon KeyTips.

Then:

H = Home

L = Conditional Formatting

H = Highlight Cells Rules

E = Errors

Therefore, the sequence can be understood as:

Home → Conditional Formatting → Highlight Cells Rules → Errors

This is especially useful for quickly identifying formula problems in a worksheet.


2. What Types of Excel Errors Can Be Highlighted?

Excel formulas can return several error values.

Common examples include:

#DIV/0!

This normally occurs when a formula attempts to divide a value by zero or by an empty cell being treated as zero.

Example:

=100/0

Result:

#DIV/0!


#N/A

This generally means that a requested value is not available.

It is frequently encountered with lookup operations.

Example:

=NA()

Result:

#N/A


#VALUE!

This usually indicates that a formula received an inappropriate type of data or argument.

For example, a calculation expecting numbers may encounter incompatible text.


#REF!

This indicates an invalid cell reference.

It commonly occurs after rows, columns or referenced cells have been deleted.

For example, a formula originally referencing:

=A1+B1

may produce a reference error if a required referenced range is removed.


#NAME?

Excel displays this when it does not recognize text used in a formula.

Possible reasons include:

  • Misspelled function names
  • Incorrect named ranges
  • Missing quotation marks
  • Invalid formula syntax

#NUM!

This represents a numeric calculation problem.

It may occur when a mathematical operation produces a value Excel cannot process correctly.


#NULL!

This error is generally associated with an incorrect range intersection.

It is less common than errors such as #VALUE! and #DIV/0!, but it can still appear in complex spreadsheets.


3. How to Highlight Formula Errors Using Alt → H → L → H → E

Suppose you have thousands of formulas in a financial worksheet.

Instead of manually looking for errors, you can apply Conditional Formatting.

Step 1: Select the Data

Select the range containing your formulas.

For example:

A2:H5000

You can also select a complete relevant column or worksheet region.

Step 2: Use the Keyboard Sequence

Press the following keys sequentially:

Alt → H → L → H → E

Do not normally hold all of these keys simultaneously.

Step 3: Select Formatting

Excel presents formatting options for cells containing errors.

You might choose formatting such as:

  • Light red fill
  • Dark red text
  • Yellow fill
  • Custom formatting

Step 4: Confirm the Rule

Click OK.

Excel will highlight cells in the selected range that evaluate to errors.


4. Why Conditional Error Highlighting Is Better Than Manually Coloring Errors

An important advantage is that Conditional Formatting is dynamic.

Suppose:

C10 = #DIV/0!

Excel highlights C10.

Later, you correct the formula and the result becomes:

250

The error condition no longer applies, so the error-specific highlighting automatically disappears.

Similarly, if another formula later develops an error, the formatting rule can automatically identify it.

This makes Conditional Formatting useful for ongoing worksheet auditing.


5. Practical Uses of Excel Error Highlighting

This feature is particularly valuable for:

  • Accounting worksheets
  • GST calculations
  • Sales reports
  • Payroll sheets
  • Inventory reports
  • Financial statements
  • Bank reconciliation
  • MIS reports
  • Customer databases
  • Lookup-heavy spreadsheets
  • VLOOKUP/XLOOKUP worksheets
  • Complex calculation sheets
  • Imported data
  • Large Excel models

Instead of visually inspecting thousands of cells, error highlighting makes problematic cells much easier to locate.


6. What Is Alt → D → O in Excel?

Alt → D → O belongs to the family of older or legacy Excel keyboard/menu navigation sequences.

Historically, Excel used traditional menus such as:

File | Edit | View | Insert | Format | Tools | Data

before Microsoft introduced the Ribbon interface.

Many legacy Alt-key sequences continued to work for compatibility.

The Alt → D portion refers to the traditional Data menu.

The subsequent command can access a command associated with the old Data-menu structure, including Data Form behavior in versions/configurations where the legacy sequence is supported.

However, this is an important point:

Legacy Alt-key sequences are more version-dependent than modern shortcuts such as Ctrl + T.

Therefore, you should not assume that Alt → D → O will produce exactly the same result in every version, language edition, or Microsoft 365 build.

For modern Excel installations, using the dedicated Form command through the Quick Access Toolbar is generally a more reliable way to use Excel's Data Form feature.


7. What Is an Excel Data Form?

An Excel Data Form provides a form-like interface for entering and managing records stored in rows.

Imagine a worksheet containing:

Customer ID Customer Name Mobile City Balance
C001 ABC Traders 981xxxxxxx Delhi 25,000
C002 XYZ Enterprises 982xxxxxxx Mumbai 18,500
C003 PQR Associates 983xxxxxxx Jaipur 42,000

Normally, you edit these records directly in worksheet cells.

A Data Form instead presents the fields approximately as:

Customer ID: C001
Customer Name: ABC Traders
Mobile: 981xxxxxxx
City: Delhi
Balance: 25000

This can make record-oriented data entry much easier.


8. Why Use Excel's Data Form?

A Data Form is particularly useful when your worksheet contains many columns.

Suppose you have 20 fields such as:

Customer Name
Address
City
State
PIN Code
Mobile
Email
GSTIN
Contact Person
Credit Limit
Opening Balance
Salesperson
Payment Terms
Category
Status

Entering information directly into a wide worksheet may require considerable horizontal scrolling.

A form provides a more structured record-entry interface.


9. What Can You Do with an Excel Data Form?

Depending on the worksheet structure and Excel version, the Data Form feature can help you:

  • Add new records
  • Review existing records
  • Find records
  • Edit records
  • Navigate between records
  • Delete records
  • Apply criteria for locating particular records

It essentially treats each worksheet row as a record and each column heading as a field.


10. Adding the Form Command to the Quick Access Toolbar

Because the Form command is not prominently displayed on the modern Excel Ribbon, adding it to the Quick Access Toolbar can be convenient.

A typical method is:

  1. Open Excel.
  2. Open Excel Options.
  3. Go to Quick Access Toolbar.
  4. Change the command list to Commands Not in the Ribbon or the appropriate available command category.
  5. Locate Form...
  6. Add it to the Quick Access Toolbar.
  7. Click OK.

You can then select a cell within your data and click the Form command.

This is generally easier to remember than relying on legacy menu sequences.


11. Requirements for a Proper Excel Data Form

Your dataset should be structured correctly.

The first row should contain headings.

For example:

Name Mobile Email City

Avoid:

  • Completely blank heading cells
  • Multiple unrelated datasets mixed together
  • Irregular record structures
  • Excessive blank rows inside the dataset
  • Merged cells in the main data structure

A clean tabular structure produces the best results.


12. What Does Ctrl + T Do in Excel?

Ctrl + T is one of Excel's most useful data-management shortcuts.

It converts a normal cell range into an official Excel Table.

Suppose you have:

Invoice Customer Amount
1001 ABC Ltd 25,000
1002 XYZ Ltd 40,000
1003 PQR Ltd 15,000

Click anywhere within this data and press:

Ctrl + T

Excel opens the Create Table dialog.

Excel will usually automatically detect the surrounding data range.

For example:

=$A$1:$C$4

If the first row contains column names, make sure:

My table has headers

is selected.

Click OK.

The normal range is now an Excel Table.


13. Normal Range vs Excel Table

This distinction is important.

A worksheet containing rows and columns of information is not automatically an Excel Table simply because the information looks tabular.

A normal range could be:

A1:F100

After using Ctrl + T, Excel creates a structured Table object with additional functionality.


14. Benefits of Using Ctrl + T

Excel Tables provide several important advantages.

Automatic Filters

Excel adds filter/drop-down controls to the column headings.

You can quickly:

  • Sort ascending
  • Sort descending
  • Filter values
  • Search values
  • Filter by conditions

Automatic Expansion

Suppose your Table ends at row 100.

When you enter a new record immediately below it, Excel can automatically extend the Table to include the new record.

This is extremely useful for continuously growing datasets.


Automatic Formula Filling

Suppose a Table contains:

Quantity

Rate

Amount

You create a formula in the Amount column.

Excel can automatically propagate the calculated-column formula through the Table.

When additional records are entered, the formula can continue to apply automatically.


15. Structured References in Excel Tables

One of the most powerful Excel Table features is structured references.

In a normal worksheet, a formula might look like:

=C2*D2

Inside an Excel Table, you may see a formula such as:

=[@Quantity]*[@Rate]

The formula refers to column names instead of relying solely on ordinary cell addresses.

This can make complex worksheets easier to understand and maintain.


16. Tables and Growing Data

Consider a monthly sales database.

Today it contains 500 rows.

Next month it contains 750 rows.

Later it contains 2,000 rows.

If you use a properly structured Excel Table, many formulas, references and related features can work more naturally with the expanding dataset.

This is one reason Tables are recommended for structured business data.


17. Ctrl + T for Accounting and Business Work

The shortcut is particularly useful for datasets such as:

  • Sales registers
  • Purchase registers
  • Customer masters
  • Vendor masters
  • Bank statements
  • Expense records
  • Inventory lists
  • Employee records
  • Invoice lists
  • Payment records
  • Collection reports
  • Outstanding reports
  • GST working sheets
  • MIS data
  • Transaction exports

18. Using All Three Features Together

These features become especially useful when combined.

Imagine you receive a 20,000-row transaction report.

First: Convert the Data into a Table

Press:

Ctrl + T

This creates a structured Excel Table.

Second: Add or Review Records

Where appropriate, use Excel's Form feature to work with individual records.

Third: Highlight Calculation Errors

Select the relevant calculated columns and use:

Alt → H → L → H → E

Now formula errors can be visually highlighted.

Together, these features can provide:

Structured Data + Easier Record Handling + Error Detection


19. Important Difference Between Alt Sequences and Ctrl Shortcuts

Users often refer to all keyboard commands as "shortcuts," but technically there can be a difference in how they work.

Ctrl + T is a direct keyboard shortcut.

You press Ctrl and T together.

By comparison:

Alt → H → L → H → E

is primarily Ribbon KeyTip navigation.

The keys are normally pressed one after another.

Similarly, older sequences beginning with Alt may invoke legacy menu compatibility.

This distinction helps explain why some Alt sequences may change or behave differently between Excel versions.


20. Excel Version Compatibility

Ctrl + T is broadly supported in modern desktop versions of Excel.

Ribbon KeyTip sequences such as:

Alt → H → L → H → E

can depend on the Ribbon structure, Excel version, language and build.

Legacy sequences such as:

Alt → D → O

require even more caution because they originate from older menu navigation.

If a legacy shortcut does not work on your system, use Excel's current Ribbon or Quick Access Toolbar to access the corresponding command.


21. Common Mistake: Pressing Alt Sequence Keys Together

Do not treat:

Alt → H → L → H → E

like:

Ctrl + T

For the Alt sequence, press:

Alt

then:

H

then:

L

then:

H

then:

E

For Ctrl + T, hold Ctrl and press T.


22. Common Mistake: Using Ctrl + T Without Headers

If your data does not contain proper headings, Excel may create generic headings such as:

Column1

Column2

Column3

Therefore, it is good practice to prepare meaningful headings before creating the Table.

For example:

Date | Invoice No. | Customer | Amount | GST | Total

is much better than unnamed columns.


23. Common Mistake: Merged Cells in Business Data

Merged cells may look attractive in reports but are generally undesirable inside structured databases.

For example, avoid merged cells in a customer master or transaction database that you intend to convert into a Table.

For structured data, follow the principle:

One row = one record

and:

One column = one field/type of information


24. Best Practices for Excel Tables

For reliable Tables:

  1. Give every column a meaningful heading.
  2. Keep one type of information per column.
  3. Avoid blank rows inside the dataset.
  4. Avoid merged cells.
  5. Maintain consistent data types.
  6. Use proper Excel dates instead of inconsistent text dates.
  7. Keep numeric values as numbers.
  8. Use calculated columns where appropriate.
  9. Use structured references for maintainable formulas.
  10. Use filters instead of manually hiding random rows.

25. Best Practices for Error Highlighting

Do not assume every error automatically represents corrupt data.

For example, #N/A can sometimes be deliberately returned by a formula.

Therefore, after highlighting errors:

  1. Identify the error type.
  2. Inspect the formula.
  3. Check referenced cells.
  4. Verify source data.
  5. Check lookup values.
  6. Correct the underlying problem instead of merely hiding the error.

Functions such as IFERROR() can make reports cleaner, but they should not be used simply to conceal genuine calculation problems.

For example:

=IFERROR(A2/B2,0)

prevents a visible error when B2 causes a calculation error, but you should still understand why that error occurred.


26. Which Shortcut Should You Use?

Use Alt → H → L → H → E when your objective is:

Find and visually highlight cells containing Excel errors.

Use Excel's Form functionality when your objective is:

Enter, search, review or edit database-style records one row at a time.

Use Ctrl + T when your objective is:

Convert ordinary data into a structured Excel Table.


27. Quick Reference

Requirement Recommended Command
Highlight formula errors Alt → H → L → H → E
Access Data Form Form command / supported legacy navigation
Create Excel Table Ctrl + T
Add filters automatically Ctrl + T
Create structured references Ctrl + T
Automatically expand structured data Excel Table
Find #DIV/0! visually Conditional Formatting – Errors
Find #REF! visually Conditional Formatting – Errors
Enter records using fields Excel Data Form

Frequently Asked Questions (FAQ)

1. What does Alt → H → L → H → E do in Excel?

It navigates through the Home tab's Conditional Formatting commands to the rule for highlighting cells containing errors, subject to the KeyTip layout of your Excel version.

2. Should I press Alt, H, L, H and E simultaneously?

No. They are normally pressed sequentially.

Press:

Alt → H → L → H → E

one key after another.

3. What errors can Excel Conditional Formatting identify?

It can identify cells evaluating to Excel errors such as #DIV/0!, #N/A, #VALUE!, #REF!, #NAME?, #NUM! and #NULL!.

4. Does highlighting an error fix the formula?

No.

Conditional Formatting only makes the error easier to see. You must correct the underlying formula, reference or source data.

5. What does Ctrl + T do?

It converts the selected data range into an Excel Table.

6. Does Ctrl + T delete or modify my data?

It does not normally delete your data. It changes the range into a structured Table and applies Table functionality and formatting.

7. Can I convert an Excel Table back to a normal range?

Yes. Excel provides an option to Convert to Range from the Table-related Ribbon commands.

8. What is the advantage of an Excel Table?

Tables provide structured references, automatic filtering, calculated columns, easier expansion, formatting and improved management of growing datasets.

9. What is an Excel Data Form?

It is a record-oriented interface that displays column headings as fields and lets you work with worksheet records one row at a time.

10. Is the Data Form useful for large worksheets?

Yes, particularly when a dataset contains many columns and direct horizontal navigation becomes inconvenient.

11. Why can't I see the Form command on my Excel Ribbon?

The Form command is not prominently displayed in modern Excel. You can commonly add it to the Quick Access Toolbar from Excel Options.

12. Is Alt → D → O guaranteed to work in every Excel version?

No. It is associated with legacy menu navigation, and behavior can vary between Excel versions, builds and language configurations. The modern Form command is a more reliable approach when you specifically need Data Form functionality.

13. What is the difference between a normal range and an Excel Table?

A range is simply a group of cells. An Excel Table is a structured Excel object with headers, filtering, expansion, calculated columns, structured references and other data-management features.

14. Can I use Ctrl + T on accounting data?

Yes. Tables are particularly useful for sales, purchases, bank transactions, expenses, outstanding reports and other structured accounting data.

15. Does an Excel Table automatically expand?

Generally, yes. When new records are entered immediately adjacent to the Table in the expected way, Excel can expand the Table automatically.

16. Can Table formulas automatically copy down?

Yes. Excel Tables support calculated columns, allowing a formula entered in a column to propagate through the Table.

17. What are structured references?

Structured references are formulas that use Table and column names instead of relying entirely on ordinary cell coordinates.

For example:

=[@Quantity]*[@Rate]

18. Should I use merged cells inside an Excel Table?

Generally, no. Merged cells are unsuitable for structured database-style data and can interfere with sorting, filtering and data processing.

19. Can Conditional Formatting slow down Excel?

Large numbers of complex Conditional Formatting rules across very large ranges can affect workbook performance. Apply rules only to the necessary ranges when possible.

20. Which of these shortcuts is most useful for everyday Excel work?

For structured datasets, Ctrl + T is exceptionally useful. For troubleshooting calculation-heavy worksheets, Alt → H → L → H → E can quickly expose formula errors. Data Form functionality is valuable when records are easier to manage individually than directly across many columns.

#Tags

#MicrosoftExcel #Excel #ExcelShortcuts #ExcelTips #ExcelTricks #ExcelTutorial #ExcelKeyboardShortcuts #AltHLHE #AltDO #CtrlT #ExcelTable #ExcelTables #ExcelDataForm #DataForm #ConditionalFormatting #ExcelErrors #FormulaErrors #ExcelFormula #ExcelFormulas #ExcelErrorChecking #ExcelAuditing #ExcelData #DataManagement #DataEntry #ExcelDatabase #ExcelProductivity #Microsoft365 #Microsoft365Excel #Office365 #ExcelTraining #ExcelGuide #ExcelLearning #ExcelForBeginners #AdvancedExcel #ExcelPowerUser #Spreadsheet #SpreadsheetTips #DataAnalysis #BusinessExcel #AccountingExcel #ExcelAutomation #ExcelFormatting #ExcelFilters #StructuredReferences #ExcelTableTutorial #ExcelDataEntry #ExcelTroubleshooting #ExcelTipsAndTricks #ExcelHelp #MicrosoftOffice

YOUR FEEDBACK

Was this guide useful?

Your answer helps us keep BISONKB accurate and practical.

BISON AI

Ask about “Microsoft Excel Keyboard Shortcuts Alt+H+L+H+E, Alt+D+O and Ctrl+T Explained – Error Highlighting, Data Forms and Excel Tables”

This interface is ready to connect to your preferred AI provider. No article or user data is sent until that service is configured.

THE BISON BRIEF

Practical IT knowledge, once a week.

New troubleshooting guides, scripts and infrastructure notes. No noise.

By subscribing, you agree to our privacy policy.