Free Excel Course Part 1 — Navigation & Formatting | 14 Topics, 40+ Shortcuts & Formulas Explained
- 01 - Navigation Shortcuts
- 02 - Formatting Tips
- 03 - Dates & Date Formulas
- 04 - Workday Formula
- 05 - Common Errors
- 06 - Copy vs. Cut
- 07 - Precedents & Dependents
- 08 - Group & Ungroup
- 09 - Protect Ranges
- 10 - Screenshot Function
- 11 - Sorting
- 12 - Remove Duplicate Values
- 13 - Text to Columns
- 14 - Conditional Formatting
If you use Excel every day at work—whether in finance, accounting, HR, office administration, or data management—and find yourself repeating tasks manually or searching for shortcuts, this guide is designed for you.
Many working professionals learn Excel informally over time without building a clear foundation. You might use advanced functions like VLOOKUP daily, but still spend extra time highlighting large data ranges with a mouse instead of using simple shortcuts like Ctrl + Shift + Arrow.
This guide is Part 1 of a comprehensive 3-part Excel training series. It covers 14 foundational topics on navigation, formatting, cell locking, and data cleaning—the core skills needed before building complex spreadsheets. Each topic includes step-by-step explanations, real-world examples, and formula references that you can practice directly using the downloadable Excel workbook.
| Course Module | Core Focus | Topics Included |
|---|---|---|
| Part 1 — Active Module | Navigation & Formatting | 14 Essential Topics |
| Part 2 | Intermediate Functions | 7 Specialized Topics |
| Part 3 | Advanced Formulas & Analysis | 30+ Complex Topics |
Curriculum Overview — All 14 Topics
| # | Topic Title | Category | Key Learning Outcome |
|---|---|---|---|
| 01 | Navigation Shortcuts | Navigation | Master 40+ keyboard shortcuts to navigate datasets quickly. |
| 02 | Formatting Best Practices | Formatting | Apply 17 professional standards for clean report presentation. |
| 03 | Dates & Date Formulas | Date Math | Use 15 financial date formulas for aging and deadlines. |
| 04 | WORKDAY Function | Project Scheduling | Calculate workdays while skipping weekends and holidays. |
| 05 | Common Excel Errors | Troubleshooting | Identify and fix the 7 most common spreadsheet errors. |
| 06 | Copy vs. Cut Mechanics | Data Management | Prevent double-counting errors when moving formula cells. |
| 07 | Precedents & Dependents | Audit & Review | Trace formula inputs and outputs visually using audit arrows. |
| 08 | Group & Ungroup Tools | Structure | Collapse and expand detailed rows cleanly in financial models. |
| 09 | Worksheet & Range Protection | Data Security | Lock specific cell ranges and protect formulas from edits. |
| 10 | Built-in Screenshot Tool | Utility | Capture and insert window screenshots directly into cells. |
| 11 | Multi-Level Sorting | Data Cleaning | Sort complex tables across multiple columns simultaneously. |
| 12 | Remove Duplicates | Data Cleaning | Identify and clean repeated records safely. |
| 13 | Text to Columns | Data Transformation | Split combined text entries into separate columns quickly. |
| 14 | Conditional Formatting | Data Visualization | Highlight cells automatically based on dynamic rules. |
Essential keyboard shortcuts to navigate and edit spreadsheets faster
Relying heavily on a mouse to navigate large datasets slows down daily spreadsheet tasks. Learning key navigation shortcuts builds muscle memory and speeds up data entry significantly.
| # | Keyboard Shortcut | Command Description |
|---|---|---|
| 1 | Ctrl + Tab | Switch between open Excel workbooks. |
| 2 | Ctrl + C | Copy selected cell or range. |
| 3 | Ctrl + V | Paste copied content. |
| 4 | Ctrl + X | Cut selected cell or range. |
| 5 | Alt + E + S + V | Paste Special — Values only (removes underlying formulas). |
| 6 | Alt + E + S + T | Paste Special — Formats only. |
| 7 | Ctrl + Arrow Key | Jump directly to the edge of data in any direction. |
| 8 | Ctrl + Shift + Arrow | Highlight all data up to the last populated cell in a direction. |
| 9 | Shift + Arrow Key | Expand cell selection one cell at a time. |
| 10 | Ctrl + Backspace | Scroll the screen back to the active cell after selecting data. |
| 11 | Ctrl + A | Select the current data region. |
| 12 | Ctrl + A (press twice) | Select the entire worksheet. |
| 13 | Shift + Spacebar | Select the entire active row. |
| 14 | Ctrl + Spacebar | Select the entire active column. |
| 15 | Ctrl + Home | Move cursor to the first cell (A1) of the worksheet. |
| 16 | Ctrl + End | Move cursor to the last used cell in the worksheet. |
| 17 | Alt + = | AutoSUM adjacent rows or columns. |
| 18 | Alt + Enter | Insert a line break inside a single cell. |
| 19 | Ctrl + Shift + + | Insert new blank rows or columns. |
| 20 | Ctrl + - | Delete selected rows or columns. |
| 21 | Ctrl + 0 | Hide selected columns. |
| 22 | Ctrl + 9 | Hide selected rows. |
| 23 | Alt + ; | Select visible cells only (excludes hidden rows/columns). |
| 24 | Ctrl + ; | Insert the current date timestamp. |
| 25 | Ctrl + Shift + ; | Insert the current time timestamp. |
| 26 | Ctrl + ~ | Toggle formula view mode across the worksheet. |
| 27 | F2 | Edit the active cell directly. |
| 28 | Ctrl + S | Save the active workbook. |
| 29 | Ctrl + Z | Undo the previous action. |
| 30 | F9 | Recalculate all formulas manually. |
| 31 | Alt + F11 | Launch the VBA Development Editor. |
| 32 | Ctrl + B | Apply or remove Bold styling. |
| 33 | Ctrl + U | Apply or remove Underline styling. |
| 34 | Ctrl + 1 | Open the Format Cells dialog window. |
| 35 | Ctrl + D | Fill down content from the cell directly above. |
| 36 | Ctrl + F | Open the Find and Replace dialog. |
| 37 | Ctrl + PageUp / PageDown | Switch between worksheet tabs. |
| 38 | Ctrl + Shift + L | Toggle AutoFilter on or off. |
| 39 | Windows + D | Minimize all windows and display the desktop. |
| 40 | Windows + Arrow Key | Snap current window to left or right screen half. |
💡 Efficiency Tip: Select a row, hold Shift, and drag the row border to move it to a new location without cutting and pasting.
Standards for presenting data clearly and professionally
Professional formatting goes beyond font colors. Adopting consistent formatting standards makes financial models and executive reports easier to read and maintain.
| # | Formatting Guideline | Implementation Steps |
|---|---|---|
| 1 | Hide Gridlines | Go to Page Layout tab → uncheck "View Gridlines" for clean reports. |
| 2 | Format Painter | Copy cell formatting and apply it to target ranges quickly. |
| 3 | Clear Formats | Remove custom styles to reset raw data tables. |
| 4 | Error Handling | Wrap formulas using =IFERROR(formula, 0) or =IFERROR(formula, ""). |
| 5 | Preserve Leading Zeros | Type an apostrophe ' before numbers (e.g., '0123) to format as text. |
| 6 | Freeze Panes | Lock header rows in place while scrolling large tables. |
| 7 | Standardize Date Formats | Use consistent date formats throughout the workbook. |
| 8 | Cell Reference Locking (F4) | Cycle through absolute reference types: $F$9, F$9, $F9. |
| 9 | Auto-Fit Column Widths | Double-click column header borders to fit text lengths automatically. |
| 10 | Wrap Text | Enable Wrap Text to keep long cell headers within set column widths. |
| 11 | Spell Check | Run Spelling Check (F7) before publishing reports. |
| 12 | Flash Fill (Ctrl + E) | Automatically extract or combine text patterns based on examples. |
| 13 | Color-Coding Standards | Use Blue font for manual inputs, Black for formulas, and Yellow for notes. |
| 14 | Subtotal Alignment | Use cell indentation formatting for subtotals instead of leading spaces. |
| 15 | Documentation Tab | Include an Instructions tab explaining workbook structure and inputs. |
| 16 | Assumptions Tab | Centralize key rates and constants on a dedicated model assumptions sheet. |
| 17 | Timeline Layout | Arrange dates across horizontal columns to summarize monthly or quarterly data. |
Error Handling Syntax (IFERROR):
=IFERROR(D15/D14, 0) ← Displays 0 if a division error occurs =IFERROR(D15/D14, "") ← Displays a blank cell if an error occurs =IFERROR(D15/D14, "N/A") ← Displays custom text if an error occurs
Cell Lock States (F4 Key):
$F$9 ← Locks both row and column references (Press F4 once) F$9 ← Locks row reference only (Press F4 twice) $F9 ← Locks column reference only (Press F4 three times)
Calculating dates, payment cycles, and accounting periods
Date calculations are essential across finance, payroll, and logistics workflows. Using built-in date functions ensures payment schedules, invoice aging, and quarter roll-ups compute accurately.
| # | Formula Syntax | Operational Application |
|---|---|---|
| 1 | Fill Handle Drag | Auto-populate sequential dates across rows or columns. |
| 2 | =B2 - A2 | Calculate calendar days between two date values. |
| 3 | =TODAY() | Return current date (updates automatically on recalculation). |
| 4 | =COUNTIF(range, ">"&cell) | Count entries with dates after a specific date. |
| 5 | =COUNTIFS(range, "<"&date1, range, ">"&date2) | Count records falling within a specific date range. |
| 6 | =SUMIFS(sum_range, date_range, ">"&date) | Sum values associated with dates after a threshold. |
| 7 | =EOMONTH(date, 0) | Return the final calendar day of the current month. |
| 8 | =EOMONTH(date, 1) | Return the final calendar day of the following month. |
| 9 | =EOMONTH(date, -1) | Return the final calendar day of the previous month. |
| 10 | ="Q"&ROUNDUP(MONTH(date)/3,0)&" "&YEAR(date) | Convert date into a quarter label (e.g., "Q1 2026"). |
| 11 | =DAY(date) | Extract the day of the month as a number (1–31). |
| 12 | =MONTH(date) | Extract the month number (1–12). |
| 13 | =YEAR(date) | Extract the four-digit year. |
| 14 | =TEXT(date, "dddd") | Convert date to full day name (e.g., "Monday"). |
| 15 | =TEXT(date, "mmmm") | Convert date to full month name (e.g., "January"). |
Quarter Classification Formula:
="Q"&ROUNDUP(MONTH(A1)/3,0)&" "&YEAR(A1) → Evaluates a date in cell A1 to: "Q1 2026"
Month-End Date Calculations (EOMONTH):
=EOMONTH(A1, 0) → Jan 31, 2026 (End of active month) =EOMONTH(A1, 1) → Feb 28, 2026 (End of next month) =EOMONTH(A1, -1) → Dec 31, 2025 (End of prior month)
Calculating project deadlines excluding weekends and holidays
Calculating shipment delivery dates or contract completion deadlines requires accounting for non-working days. The WORKDAY function adds a specified number of business days to a start date, skipping weekends and optional holidays automatically.
Function Syntax:
=WORKDAY(start_date, days, [holidays])
| Parameter | Description |
|---|---|
start_date | The initial date from which calculation begins. |
days | Number of business days to add (positive) or subtract (negative). |
holidays | Optional range referencing official holiday dates to exclude. |
Practical Example — Delivery Date Calculation:
=WORKDAY(Order_Date, Lead_Time_Days, Holiday_Range) Order Date: Dec 15, 2025 Lead Time Days: 28 Workdays Holidays List: Jan 1 (New Year's Day — excluded automatically) → Output Result: Jan 26, 2026 ✅
Diagnosing and resolving common spreadsheet error codes
Understanding the root cause of standard Excel error codes helps you troubleshoot and fix broken formulas quickly.
| Error Code | Root Cause | Resolution Method |
|---|---|---|
###### | Column width is too narrow to display the formatted number or date. | Expand the column width by double-clicking the column header border. |
#DIV/0! | Formula attempts to divide a number by zero or an empty cell. | Wrap calculation in IFERROR or verify denominator values. |
#NAME? | Function name or named range contains a spelling typo. | Check spelling of formula name (e.g., VLOOKUP vs VLOOKP). |
#VALUE! | Formula contains incorrect data types (e.g., multiplying text by numbers). | Verify input cells contain valid numeric or date types. |
#REF! | Formula references a cell range that has been deleted. | Update cell references to point to valid, existing ranges. |
#NUM! | Formula contains invalid numeric arguments (e.g., negative square root). | Check calculation parameters for valid numeric bounds. |
#NULL! | Formula specifies an intersection of two ranges that do not intersect. | Correct range syntax (use commas to separate parameters). |
Wrapping Formulas with IFERROR:
=IFERROR(Target_Formula, 0) ← Replaces error code with 0 =IFERROR(Target_Formula, "N/A") ← Replaces error code with text =IFERROR(Target_Formula, "") ← Replaces error code with a blank cell
Managing formula references when moving cells
| Operation | Behavior & Reference Impact |
|---|---|
Copy (Ctrl + C) | Duplicates cell contents. Relative formula references update based on the new location. |
Cut (Ctrl + X) | Moves cell contents. Original cell is cleared, and underlying cell references remain tied to original inputs. |
⚠️ Formula Precaution: When moving a summary formula to a new cell location, use Cut (Ctrl + X). Copying leaves the original formula active, which can lead to double-counting errors in summary calculations.
✅ Correct Method: Cut =SUM(E31:E46) from D22 → Paste into D23 Formula moves cleanly to D23 without leaving a duplicate calculation in D22. ❌ Incorrect Method: Copy =SUM(E31:E46) from D22 → Paste into D23 Formula now runs in BOTH D22 and D23, risking duplicate totals.
Tracing formula relationships visually for auditing
Auditing complex financial models requires understanding how calculations link together. Formula auditing arrows allow you to trace input sources and downstream formula dependencies visually.
| Auditing Term | Definition |
|---|---|
| Trace Precedents | Draws blue arrows to cells that supply data to the selected formula cell. |
| Trace Dependents | Draws blue arrows to downstream cells that rely on the selected cell's value. |
Auditing Workflow:
- Select the target cell you want to inspect.
- Go to the Formulas tab → click Trace Precedents to see source inputs.
- Click Trace Dependents to see downstream formulas linked to the cell.
- Blue tracer arrows will display across the worksheet mapping references.
- Click Remove Arrows when audit review is complete.
Common Audit Scenarios:
- Verifying the calculation lineage of key financial KPI summary numbers.
- Confirming whether a cell is referenced elsewhere before deleting it.
- Troubleshooting
#REF!or calculation errors in inherited workbooks.
Structuring row and column hierarchies cleanly
Using Group & Ungroup lets you collapse detail rows to show summary views without hiding rows permanently or deleting data.
How to Group Data Rows:
- Highlight the detail rows you want to collapse (do not include the summary total row).
- Go to the Data tab → click Group.
- A toggle bar displaying
+/−buttons appears in the margin. - Click
−to collapse detail rows; click+to expand them.
Nested Group Structure Example:
▼ TOTAL CASH RESERVES ← Level 1 Group (Collapses entire section)
▼ Operational Cash ← Level 2 Group
Petty Cash - Main Office
Petty Cash - Factory Yard
▼ Bank Accounts ← Level 2 Group
HDFC Current Account
SBI Corporate Account
Locking formula cells and restricting editing access
Before sharing workbooks with external teams, apply cell protection to prevent accidental edits to background calculation formulas.
Steps to Protect a Worksheet:
- Go to the Review tab → click Protect Sheet.
- Select permitted user actions (e.g., selecting cells, applying filters).
- Enter a protection password → click OK.
Steps to Unlock Specific Data Entry Cells:
- Select the specific input cells users need to edit.
- Right-click → Format Cells → Protection tab → uncheck Locked.
- Go to Review tab → Protect Sheet.
- All cells remain locked except the specific input range unlocked in step 2.
💡 Security Note: Unlocking specific data entry ranges while locking calculation columns ensures team members can input daily data safely without modifying underlying sheet formulas.
Capturing active windows directly into worksheet cells
Excel includes an integrated screenshot capture feature. This allows you to capture active application windows (such as ERP screens or banking portals) and insert image clips directly into your worksheet without using external apps.
Capture Steps:
- Open the application window you want to capture in the background.
- In Excel, go to the Insert tab → click Screenshot.
- Select the target window thumbnail from Available Windows.
- The screenshot image inserts directly onto the active worksheet.
Sorting data tables across multiple columns simultaneously
Sorting complex datasets often requires multi-level sorting—such as sorting records first by Region, then by Branch, and finally by Transaction Amount.
Multi-Level Sort Setup:
- Select the complete data table (including all data columns).
- Go to Home tab → Sort & Filter → Custom Sort.
- Select primary column under "Sort by" (e.g., Region, A to Z).
- Click Add Level to configure secondary sort rules (e.g., Sales Amount, Largest to Smallest).
- Click OK to execute the multi-column sort.
⚠️ Data Integrity Warning: Always select the entire table before sorting. Sorting a single column in isolation disconnects data rows and scrambles records.
Cleaning repeated records from data exports
Raw exports from accounting systems or CRM databases frequently contain repeated entries. Cleaning duplicate rows before creating summary reports ensures metric accuracy.
De-duplication Process:
- Highlight the target table or data range.
- Go to the Data tab → click Remove Duplicates.
- Select which key columns to evaluate for identical entries.
- Click OK; Excel removes duplicate rows and reports the number of records removed.
De-duplication Example:
Original List: Mumbai, Pune, Pune, Delhi, Mumbai, Bengaluru, Delhi Cleaned Output: Mumbai, Pune, Delhi, Bengaluru
⚠️ Removing duplicates deletes rows permanently. Keep a backup copy of your raw data before running this tool.
Splitting combined text strings into separate columns
Data exported from external databases often combines multiple fields into a single cell (e.g., employee name and phone number separated by a colon). Text to Columns splits these strings cleanly into separate fields.
Splitting Steps:
- Select the column containing combined text strings.
- Go to the Data tab → click Text to Columns.
- Select Delimited → click Next.
- Choose the delimiter character (Comma, Space, Tab, or type custom character like
:under Other). - Click Finish to split data into adjacent columns.
Transformation Example:
| Combined Input Cell | Output Field 1 (Name) | Output Field 2 (Phone) |
|---|---|---|
Rahul Sharma : 98201-12345 | Rahul Sharma | 98201-12345 |
Amit Patel : 98902-67890 | Amit Patel | 98902-67890 |
Priya Nair : 97654-32109 | Priya Nair | 97654-32109 |
Applying automated visual formatting based on cell rules
Conditional formatting applies cell highlights, data bars, or color scales automatically based on cell values—making variances and outliers easy to spot.
Applying a Value Highlight Rule:
- Highlight the data range you want to monitor.
- Go to Home tab → Conditional Formatting → Highlight Cells Rules → Less Than.
- Enter the target numeric threshold (e.g.,
4000000). - Select highlight styling (e.g., Light Red Fill with Dark Red Text).
- Click OK; formatting updates automatically whenever cell values change.
| Rule Type | Application Use Case |
|---|---|
| Greater / Less Than Rules | Highlight budget overruns or below-target sales figures. |
| Top / Bottom Rules | Flag top 10% performing branches or bottom 10% items. |
| Color Scales (Heatmaps) | Visualize performance distribution across store locations. |
| Data Bars | Display horizontal progress bars within individual table cells. |
| Formula Rules | Highlight complete data rows based on a status column (e.g., Status = "Overdue"). |
Course Roadmap — Part 2 & Part 3
| Course Module | Focus Category | Detailed Topic Coverage |
|---|---|---|
| Part 1 — Active Module | Navigation & Formatting | Navigation Shortcuts, Formatting Rules, Date Math, WORKDAY, Common Errors, Copy vs Cut, Precedents & Dependents, Grouping, Range Protection, Screenshots, Sorting, De-duplication, Text to Columns, Conditional Formatting. |
| Part 2 📘 | Intermediate Functions | Goal Seek, Data Validation Rules, Scenario Manager, Name Manager, Advanced Filters, Dependent Dropdowns, INDIRECT. |
| Part 3 📙 | Advanced Formulas | SUMIF, COUNTIF, AVERAGEIF, SUMIFS, COUNTIFS, INDEX-MATCH, VLOOKUP, XLOOKUP, IF/AND/OR logic, Financial Functions (PMT, NPV, IRR), Text Functions (LEFT, RIGHT, TEXTJOIN), OFFSET, and Array Formulas. |
Download Practice Workbook — Free
Download the accompanying Excel practice workbook containing all 14 topic modules. Each topic is organized into a dedicated tab with practical datasets and exercise instructions.
| Workbook Name | File Details | Download Link |
|---|---|---|
Excel Course Part 1-Navigation & Formatting.xlsx |
14 practice tabs · 40+ shortcuts reference · Date formulas · Error troubleshooting guide. | ⬇ Download (.xlsx) |
Direct workbook download. No registration or email sign-up required.
Compatible with Microsoft Excel 2016, 2019, 2021, and Microsoft 365.
⬇ Download Practice Workbook (.xlsx)Connect With Us
Have questions about this workbook or want to access Part 2 and Part 3? Reach out or subscribe below.