Free Excel Course Part 1 — Navigation & Formatting | 14 Topics, 40+ Shortcuts & Formulas Explained

Free Excel Course Part 1 — Navigation & Formatting | 14 Topics, 40+ Shortcuts & Formulas Explained

By Subham Ghadge  |  Subu Data Labs  |  Excel Training & Free Workbooks  |  July 2026

Part 1 of 3 14 Topics 40+ Shortcuts Beginner to Intermediate Free Download Microsoft Excel

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 ModuleCore FocusTopics Included
Part 1 — Active ModuleNavigation & Formatting14 Essential Topics
Part 2Intermediate Functions7 Specialized Topics
Part 3Advanced Formulas & Analysis30+ Complex Topics

Curriculum Overview — All 14 Topics

#Topic TitleCategoryKey Learning Outcome
01Navigation ShortcutsNavigationMaster 40+ keyboard shortcuts to navigate datasets quickly.
02Formatting Best PracticesFormattingApply 17 professional standards for clean report presentation.
03Dates & Date FormulasDate MathUse 15 financial date formulas for aging and deadlines.
04WORKDAY FunctionProject SchedulingCalculate workdays while skipping weekends and holidays.
05Common Excel ErrorsTroubleshootingIdentify and fix the 7 most common spreadsheet errors.
06Copy vs. Cut MechanicsData ManagementPrevent double-counting errors when moving formula cells.
07Precedents & DependentsAudit & ReviewTrace formula inputs and outputs visually using audit arrows.
08Group & Ungroup ToolsStructureCollapse and expand detailed rows cleanly in financial models.
09Worksheet & Range ProtectionData SecurityLock specific cell ranges and protect formulas from edits.
10Built-in Screenshot ToolUtilityCapture and insert window screenshots directly into cells.
11Multi-Level SortingData CleaningSort complex tables across multiple columns simultaneously.
12Remove DuplicatesData CleaningIdentify and clean repeated records safely.
13Text to ColumnsData TransformationSplit combined text entries into separate columns quickly.
14Conditional FormattingData VisualizationHighlight cells automatically based on dynamic rules.

01 · Navigation Shortcuts

Essential keyboard shortcuts to navigate and edit spreadsheets faster

Excel Navigation Shortcuts Screenshot

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 ShortcutCommand Description
1Ctrl + TabSwitch between open Excel workbooks.
2Ctrl + CCopy selected cell or range.
3Ctrl + VPaste copied content.
4Ctrl + XCut selected cell or range.
5Alt + E + S + VPaste Special — Values only (removes underlying formulas).
6Alt + E + S + TPaste Special — Formats only.
7Ctrl + Arrow KeyJump directly to the edge of data in any direction.
8Ctrl + Shift + ArrowHighlight all data up to the last populated cell in a direction.
9Shift + Arrow KeyExpand cell selection one cell at a time.
10Ctrl + BackspaceScroll the screen back to the active cell after selecting data.
11Ctrl + ASelect the current data region.
12Ctrl + A (press twice)Select the entire worksheet.
13Shift + SpacebarSelect the entire active row.
14Ctrl + SpacebarSelect the entire active column.
15Ctrl + HomeMove cursor to the first cell (A1) of the worksheet.
16Ctrl + EndMove cursor to the last used cell in the worksheet.
17Alt + =AutoSUM adjacent rows or columns.
18Alt + EnterInsert a line break inside a single cell.
19Ctrl + Shift + +Insert new blank rows or columns.
20Ctrl + -Delete selected rows or columns.
21Ctrl + 0Hide selected columns.
22Ctrl + 9Hide selected rows.
23Alt + ;Select visible cells only (excludes hidden rows/columns).
24Ctrl + ;Insert the current date timestamp.
25Ctrl + Shift + ;Insert the current time timestamp.
26Ctrl + ~Toggle formula view mode across the worksheet.
27F2Edit the active cell directly.
28Ctrl + SSave the active workbook.
29Ctrl + ZUndo the previous action.
30F9Recalculate all formulas manually.
31Alt + F11Launch the VBA Development Editor.
32Ctrl + BApply or remove Bold styling.
33Ctrl + UApply or remove Underline styling.
34Ctrl + 1Open the Format Cells dialog window.
35Ctrl + DFill down content from the cell directly above.
36Ctrl + FOpen the Find and Replace dialog.
37Ctrl + PageUp / PageDownSwitch between worksheet tabs.
38Ctrl + Shift + LToggle AutoFilter on or off.
39Windows + DMinimize all windows and display the desktop.
40Windows + Arrow KeySnap 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.


02 · Formatting Best Practices

Standards for presenting data clearly and professionally

Excel Formatting Best Practices Screenshot

Professional formatting goes beyond font colors. Adopting consistent formatting standards makes financial models and executive reports easier to read and maintain.

#Formatting GuidelineImplementation Steps
1Hide GridlinesGo to Page Layout tab → uncheck "View Gridlines" for clean reports.
2Format PainterCopy cell formatting and apply it to target ranges quickly.
3Clear FormatsRemove custom styles to reset raw data tables.
4Error HandlingWrap formulas using =IFERROR(formula, 0) or =IFERROR(formula, "").
5Preserve Leading ZerosType an apostrophe ' before numbers (e.g., '0123) to format as text.
6Freeze PanesLock header rows in place while scrolling large tables.
7Standardize Date FormatsUse consistent date formats throughout the workbook.
8Cell Reference Locking (F4)Cycle through absolute reference types: $F$9, F$9, $F9.
9Auto-Fit Column WidthsDouble-click column header borders to fit text lengths automatically.
10Wrap TextEnable Wrap Text to keep long cell headers within set column widths.
11Spell CheckRun Spelling Check (F7) before publishing reports.
12Flash Fill (Ctrl + E)Automatically extract or combine text patterns based on examples.
13Color-Coding StandardsUse Blue font for manual inputs, Black for formulas, and Yellow for notes.
14Subtotal AlignmentUse cell indentation formatting for subtotals instead of leading spaces.
15Documentation TabInclude an Instructions tab explaining workbook structure and inputs.
16Assumptions TabCentralize key rates and constants on a dedicated model assumptions sheet.
17Timeline LayoutArrange 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)

03 · Dates & Date Formulas

Calculating dates, payment cycles, and accounting periods

Excel Date Formulas Screenshot

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 SyntaxOperational Application
1Fill Handle DragAuto-populate sequential dates across rows or columns.
2=B2 - A2Calculate 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)

04 · WORKDAY Function

Calculating project deadlines excluding weekends and holidays

Excel WORKDAY Function Screenshot

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])
ParameterDescription
start_dateThe initial date from which calculation begins.
daysNumber of business days to add (positive) or subtract (negative).
holidaysOptional 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 ✅

05 · Common Excel Errors

Diagnosing and resolving common spreadsheet error codes

Common Excel Errors Screenshot

Understanding the root cause of standard Excel error codes helps you troubleshoot and fix broken formulas quickly.

Error CodeRoot CauseResolution 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

06 · Copy vs. Cut Mechanics

Managing formula references when moving cells

Copy vs Cut Mechanics Screenshot
OperationBehavior & 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.

07 · Precedents & Dependents

Tracing formula relationships visually for auditing

Precedents and Dependents Screenshot

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 TermDefinition
Trace PrecedentsDraws blue arrows to cells that supply data to the selected formula cell.
Trace DependentsDraws blue arrows to downstream cells that rely on the selected cell's value.

Auditing Workflow:

  1. Select the target cell you want to inspect.
  2. Go to the Formulas tab → click Trace Precedents to see source inputs.
  3. Click Trace Dependents to see downstream formulas linked to the cell.
  4. Blue tracer arrows will display across the worksheet mapping references.
  5. 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.

08 · Group & Ungroup Tools

Structuring row and column hierarchies cleanly

Group and Ungroup Screenshot

Using Group & Ungroup lets you collapse detail rows to show summary views without hiding rows permanently or deleting data.

How to Group Data Rows:

  1. Highlight the detail rows you want to collapse (do not include the summary total row).
  2. Go to the Data tab → click Group.
  3. A toggle bar displaying + / buttons appears in the margin.
  4. 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

09 · Protect Ranges & Worksheets

Locking formula cells and restricting editing access

Protect Ranges Screenshot

Before sharing workbooks with external teams, apply cell protection to prevent accidental edits to background calculation formulas.

Steps to Protect a Worksheet:

  1. Go to the Review tab → click Protect Sheet.
  2. Select permitted user actions (e.g., selecting cells, applying filters).
  3. Enter a protection password → click OK.

Steps to Unlock Specific Data Entry Cells:

  1. Select the specific input cells users need to edit.
  2. Right-click → Format CellsProtection tab → uncheck Locked.
  3. Go to Review tabProtect Sheet.
  4. 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.


10 · Built-in Screenshot Tool

Capturing active windows directly into worksheet cells

Excel Screenshot Tool Screenshot

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:

  1. Open the application window you want to capture in the background.
  2. In Excel, go to the Insert tab → click Screenshot.
  3. Select the target window thumbnail from Available Windows.
  4. The screenshot image inserts directly onto the active worksheet.

11 · Multi-Level Sorting

Sorting data tables across multiple columns simultaneously

Multi-Level Sorting Screenshot

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:

  1. Select the complete data table (including all data columns).
  2. Go to Home tabSort & FilterCustom Sort.
  3. Select primary column under "Sort by" (e.g., Region, A to Z).
  4. Click Add Level to configure secondary sort rules (e.g., Sales Amount, Largest to Smallest).
  5. 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.


12 · Remove Duplicate Values

Cleaning repeated records from data exports

Remove Duplicates Screenshot

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:

  1. Highlight the target table or data range.
  2. Go to the Data tab → click Remove Duplicates.
  3. Select which key columns to evaluate for identical entries.
  4. 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.


13 · Text to Columns

Splitting combined text strings into separate columns

Text to Columns Screenshot

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:

  1. Select the column containing combined text strings.
  2. Go to the Data tab → click Text to Columns.
  3. Select Delimited → click Next.
  4. Choose the delimiter character (Comma, Space, Tab, or type custom character like : under Other).
  5. Click Finish to split data into adjacent columns.

Transformation Example:

Combined Input CellOutput Field 1 (Name)Output Field 2 (Phone)
Rahul Sharma : 98201-12345Rahul Sharma98201-12345
Amit Patel : 98902-67890Amit Patel98902-67890
Priya Nair : 97654-32109Priya Nair97654-32109

14 · Conditional Formatting

Applying automated visual formatting based on cell rules

Conditional Formatting Screenshot

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:

  1. Highlight the data range you want to monitor.
  2. Go to Home tabConditional FormattingHighlight Cells RulesLess Than.
  3. Enter the target numeric threshold (e.g., 4000000).
  4. Select highlight styling (e.g., Light Red Fill with Dark Red Text).
  5. Click OK; formatting updates automatically whenever cell values change.
Rule TypeApplication Use Case
Greater / Less Than RulesHighlight budget overruns or below-target sales figures.
Top / Bottom RulesFlag top 10% performing branches or bottom 10% items.
Color Scales (Heatmaps)Visualize performance distribution across store locations.
Data BarsDisplay horizontal progress bars within individual table cells.
Formula RulesHighlight complete data rows based on a status column (e.g., Status = "Overdue").

Course Roadmap — Part 2 & Part 3

Course ModuleFocus CategoryDetailed 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 NameFile DetailsDownload Link
Excel Course Part 1-Navigation & Formatting.xlsx 14 practice tabs · 40+ shortcuts reference · Date formulas · Error troubleshooting guide. ⬇ Download (.xlsx)
📗 Free Download — Excel Course Part 1 Workbook

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.

Subu Data Labs | Free Excel Templates, Dashboards & VBA Tools

Contact form

Name

Email *

Message *