Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions courses/excel/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"label": "Excel Masterclass",
"position": 10,
"link": {
"type": "generated-index",
"title": "Excel Masterclass",
"description": "Master Microsoft Excel from foundational formulas to advanced data modeling, Power Query, dynamic arrays, and VBA automation.",
"slug": "/category/excel"
},
"customProps": {
"description": "A comprehensive, step-by-step guide to mastering Microsoft Excel for data analysis, business modeling, and process automation."
}
}
9 changes: 9 additions & 0 deletions courses/excel/advanced-functions/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "7. Advanced Functions",
"position": 7,
"link": {
"type": "generated-index",
"title": "Advanced Functions & Dynamic Arrays",
"description": "Leverage complex lookups, information evaluation, database functions, cube formulas, and modern dynamic array functions like FILTER and UNIQUE."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/automation-and-vba/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "10. Automation & VBA",
"position": 10,
"link": {
"type": "generated-index",
"title": "Automation & VBA Programming",
"description": "Automate repetitive tasks by recording macros, writing custom VBA procedures, managing control structures, and designing interactive UserForms."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/basic-formulas/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "2. Basic Formulas",
"position": 2,
"link": {
"type": "generated-index",
"title": "Basic Formulas & Functions",
"description": "Master core formula syntax, mathematical functions, text manipulation, logical IF statements, and cell referencing."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/collaboration-and-security/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "11. Collaboration & Security",
"position": 11,
"link": {
"type": "generated-index",
"title": "Collaboration, Sharing & Security",
"description": "Secure workbooks with cell protection and passwords, audit changes, manage external links, and collaborate seamlessly across teams."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/data-modeling/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "8. Data Modeling",
"position": 8,
"link": {
"type": "generated-index",
"title": "Data Modeling & Power Pivot",
"description": "Understand relational data models, Power Pivot integration, DAX measures, time intelligence functions, and performance optimization."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/data-organization/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "3. Data Organization",
"position": 3,
"link": {
"type": "generated-index",
"title": "Data Organization & Management",
"description": "Organize spreadsheets using multi-level sorting, AutoFilters, conditional formatting, official Excel tables, and data validation rules."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/data-visualization/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "5. Data Visualization",
"position": 5,
"link": {
"type": "generated-index",
"title": "Data Visualization & Dashboards",
"description": "Build effective charts, customized visuals, sparklines, dynamic interactive controls, and professional dashboard layouts."
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions courses/excel/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "1. Getting Started",
"position": 1,
"link": {
"type": "generated-index",
"title": "Getting Started with Excel",
"description": "Learn essential interface navigation, ribbon customization, basic data entry, cell formatting, and fundamental workbook operations."
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "Interface Overview",
"position": 1,
"link": {
"type": "generated-index",
"title": "Excel Interface Overview",
"description": "Master the primary UI components of Microsoft Excel, including ribbon customization, formula bar navigation, worksheet views, and layout controls."
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
id: formula-bar-navigation
title: Formula Bar Navigation
sidebar_label: Formula Bar Navigation
sidebar_position: 3
description: Master the Microsoft Excel Formula Bar and Name Box to review cell contents, navigate complex workbooks, expand multi-line formulas, and manage named ranges.
keywords: [excel formula bar, name box, excel navigation, formula editing, named ranges, excel shortcuts, cell contents]
tags: [excel formula bar, name box, excel navigation, formula editing, named ranges, excel shortcuts, cell contents]
---

Located directly above the worksheet grid, the **Formula Bar** and **Name Box** form the core command center for viewing, entering, and auditing data in Microsoft Excel. While cells on the grid display final calculated outputs, the Formula Bar reveals the actual underlying logic, text, or formulas behind those numbers.

**Anatomy of the Formula Bar Area**

The Formula Bar layout is divided into three functional components across a single horizontal line:

![Formula Bar Layout](./img/formula-bar-layout.png)

* **Name Box** *(Far Left)*: Displays the address of the active cell or the name of a selected range.
* **Function Buttons** *(Center)*: Quick action controls to cancel, accept, or insert functions.
* **Formula Edit Box** *(Right)*: The active text box for entering or modifying values, labels, and mathematical logic.

**The Name Box: Navigation & Named Ranges**

The **Name Box** serves as both a position indicator and a high-speed navigation tool.

### 1. Direct Cell Navigation
* Click the **Name Box**, type any target cell address (e.g., `G45` or `XFD100`), and press `Enter` to jump directly to that cell.
* Enter a contiguous cell range (e.g., `A1:D20`) and press `Enter` to instantly highlight that entire block.

### 2. Multi-Sheet Navigation
* Type the sheet name followed by an exclamation mark and cell reference (e.g., `Sheet3!B10`) into the Name Box to jump across different worksheets within the same workbook.

### 3. Creating & Selecting Named Ranges
Instead of memorizing cell coordinates, you can assign descriptive names to cell ranges:
1. Highlight a cell or range (e.g., `C2:C50`).
2. Click the **Name Box**, type a unique identifier (e.g., `Total_Revenue`), and press `Enter`.
3. Clicking the dropdown arrow on the Name Box allows you to select any saved Named Range across the entire workbook instantly.

> **Rule for Named Ranges**: Names must start with a letter or underscore, cannot contain spaces, and cannot match standard cell addresses like `A1` or `SUM`.

**Formula Bar Controls & Shortcuts**

When editing data in the Formula Bar, three small control buttons activate between the Name Box and the text field:

| Control Icon | Command | Shortcut | Function |
| :---: | :--- | :--- | :--- |
| `✖` | **Cancel** | `Esc` | Discards any current edits in the formula bar without modifying the cell. |
| `✔` | **Enter** | `Ctrl + Enter` | Commits changes while keeping the selection on the **same cell** (unlike `Enter`, which moves selection down). |
| `fx` | **Insert Function** | `Shift + F3` | Opens the **Insert Function** dialog box to search for functions and build arguments step-by-step. |

**Working with Multi-Line Formulas**

When writing complex, nested logic functions (such as multiple nested `IF` or `XLOOKUP` statements), a single-line view can cut off long expressions.

### Expanding the Formula Bar
* **Keyboard Shortcut**: Press `Ctrl + Shift + U` to toggle the Formula Bar between a single line and an expanded multi-line panel.
* **Mouse Drag**: Hover your cursor over the bottom edge of the Formula Bar until it turns into a vertical split arrow (`↕`), then drag downward to expand.

### In-Formula Line Breaks
To make lengthy formulas readable and maintainable, add intentional line breaks:
* Press `Alt + Enter` inside the Formula Bar to create a new line within the same formula string without committing the calculation.

```excel title="Example: Nested IF with Line Breaks"
=IF(A2 > 100,
XLOOKUP(B2, CategoryList, DiscountRates, 0),
0)

```

**Auditing and Highlighting Cell References**

When you click inside the Formula Bar to edit an equation, Excel triggers **Color-Coded Syntax Highlighting**:

* Each cell or range reference in the formula receives a distinct border color (e.g., `Blue` for `A2`, `Red` for `B2`).
* Matching color-coded outline boxes appear on the active worksheet grid simultaneously.
* You can adjust cell references visually by dragging the colored selection handles directly on the grid while remaining in Formula Bar editing mode.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
---
id: quick-access-toolbar
title: "Quick Access Toolbar (QAT)"
sidebar_position: 2
sidebar_label: Quick Access Toolbar
description: "Master the Microsoft Excel Quick Access Toolbar (QAT) to add frequent commands, change toolbar position, export configurations, and create shortcuts."
keywords: [quick access toolbar, excel qat, toolbar customization, excel shortcuts, custom tools, excel ui]
tags: [quick access toolbar, excel qat, toolbar customization, excel shortcuts, custom tools, excel ui]
---

The **Quick Access Toolbar (QAT)** is a customizable toolbar positioned independently of the active Ribbon tab. It provides single-click access to your most frequently used Excel commands, tools, and custom macros from anywhere in the application.

**Overview and Default Configuration**

By default, the Quick Access Toolbar is located in the top-left corner of the title bar (above the Ribbon tabs).

![Quick Access Toolbar Overview](./img/qat-overview.png)

### Default Commands
When you first open Excel, the QAT typically contains a minimal set of primary operational tools:
* **AutoSave** (for OneDrive/SharePoint hosted files)
* **Save** (`Ctrl + S`)
* **Undo** (`Ctrl + Z`)
* **Redo / Repeat** (`Ctrl + Y`)

**Adding and Removing Commands**

You can add almost any Excel command—or even custom macros—to the Quick Access Toolbar for quick access.

### Method 1: Direct Right-Click (Fastest)
1. Locate any command or button on the Ribbon tabs.
2. Right-click the command icon or dropdown menu.
3. Select **Add to Quick Access Toolbar**.

### Method 2: QAT Dropdown Menu

![Quick Access Toolbar Dropdown](./img/qat-dropdown.png)

1. Click the small **Customize Quick Access Toolbar** arrow (▼) at the right end of the QAT.
2. Check or uncheck popular built-in commands (such as *New*, *Open*, *Quick Print*, *Sort Ascending*, or *Touch/Mouse Mode*).

### Method 3: Excel Options Dialog (Advanced)
1. Navigate to **File > Options > Quick Access Toolbar** (or right-click the QAT and choose **Customize Quick Access Toolbar...**).
2. Set **Choose commands from** to *Popular Commands*, *Commands Not in the Ribbon*, or *All Commands*.
3. Highlight your desired command in the left box and click **Add >>**.
4. To remove a tool, highlight it in the right-hand panel and click **<< Remove**.

**Repositioning the Toolbar**

Depending on your screen resolution and workspace preference, you can display the Quick Access Toolbar above or below the Ribbon.

| Position | Advantages | How to Set |
| :--- | :--- | :--- |
| **Above the Ribbon** *(Default)* | Saves vertical grid space; keeps the worksheet tall. | QAT Dropdown > **Show Above the Ribbon** |
| **Below the Ribbon** | Easier cursor reach; allows more horizontal space for icons. | QAT Dropdown > **Show Below the Ribbon** |

**Keyboard Shortcuts for QAT Tools**

The Quick Access Toolbar enables automatic numerical keyboard shortcuts:

1. Press the `Alt` key on your keyboard to reveal key tips over the Excel UI.
2. Notice the numbers displayed over each item in your Quick Access Toolbar (`1`, `2`, `3`, ... `9`).
3. Press `Alt + [Number]` to trigger that exact command immediately without touching the mouse.

> **Example:** If your 4th item on the QAT is **Paste Special Values**, pressing `Alt + 4` executes that command instantly.

**Reordering Commands**

1. Open **File > Options > Quick Access Toolbar**.
2. Select the command you want to resequence from the right-hand list.
3. Use the **Move Up** (▲) and **Move Down** (▼) buttons on the far right to reorder the tools.
4. Click **OK** to apply your changes.

**Importing, Exporting, and Resetting**

You can back up your toolbar setup to transfer it to another computer or restore default settings.

### Exporting Settings
1. Go to **File > Options > Quick Access Toolbar**.
2. Click **Import/Export** at the bottom right.
3. Select **Export all customizations** and save the file (`Excel Customizations.exportedUI`).

### Importing Settings
1. Go to **File > Options > Quick Access Toolbar**.
2. Click **Import/Export** > **Import customization file**.
3. Select your `.exportedUI` file to apply your saved layout.

> **Warning:** Importing a customization file overwrites all existing Ribbon and Quick Access Toolbar configurations.

### Resetting to Defaults

To revert the toolbar back to its original state:
* Click **Reset** at the bottom of the Quick Access Toolbar options window, then select **Reset only Quick Access Toolbar**.
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
id: ribbon-customization
title: Ribbon Customization
sidebar_position: 1
sidebar_label: Ribbon Customization
description: "Comprehensive guide to customizing, ordering, hiding, exporting, and resetting the Microsoft Excel Ribbon."
keywords: [excel ribbon, customize ribbon, ribbon tabs, custom groups, reset ribbon, export ribbon]
tags: [excel ribbon, customize ribbon, ribbon tabs, custom groups, reset ribbon, export ribbon]
---

Customizing the Microsoft Excel Ribbon allows you to organize commands, tabs, and groups to align with your personal workflow. While you can reorder and add custom features, customizations apply only to the specific Office application you are editing.

### What You Can vs. Can't Customize

![Ribbon Customization Map](https://support.microsoft.com/en-us/office/media/wd-ribbon-customize-map.png)

* **Allowed**: You can add custom tabs, insert custom groups, change default tab order, hide unused tabs, and export your setup.
* **Not Allowed**: You cannot reduce the visual size of the ribbon, font, or command icons. Display size can only be changed via system display resolution settings.
* **Scope**: Customizations made in Excel do not automatically transfer to Word or PowerPoint; each application requires separate configuration.

:::tip
If you are using a Microsoft 365 subscription, your customizations can be saved to the cloud and synchronized across multiple devices. Sign in with the same Microsoft account to enable this feature.
:::

### Visibility and Display Modes

Toggle your ribbon workspace using built-in display options:

![Excel Ribbon Overview](./img/ribbon-overview.png)

* **Expand / Collapse Ribbon**: Press `Ctrl + F1`, double-click any ribbon tab, or right-click any tab and choose **Collapse the Ribbon**.

* **Full-Screen Mode Restoration**: If no tabs are visible, click **More** (`...`) at the top right of the screen to temporarily restore controls, then pick a preferred permanent layout from **Ribbon Display Options**.

### Managing Ribbon Tabs

![Customize the Ribbon Window](./img/customize-ribbon-window.png)

Open the configuration workspace by right-clicking any empty area on the Ribbon and selecting **Customize the Ribbon**.

* **Add a Custom Tab**: Click **New Tab** in the **Customize the Ribbon** window. This automatically creates a new tab along with a custom group.
* **Reorder Tabs**: Highlight a tab under the right-hand list and click the **Move Up** or **Move Down** arrows. *(Note: The **File** tab position cannot be moved.)*
* **Hide / Remove Tabs**: Uncheck the box next to any default or custom tab to hide it. Select a custom tab and click **Remove** to delete it permanently.

### Customizing Groups & Commands

Commands can only be added to custom groups; default built-in groups cannot have their native icons removed or renamed directly.

![Adding Custom Groups and Commands](./img/custom-groups-and-commands.png)

| Customization Action | Procedure |
| :--- | :--- |
| **Add Custom Group** | Select target tab > Click **New Group** > Click **Rename** to assign a label and display symbol. |
| **Add Commands** | Select custom group > Choose source in **Choose commands from** > Highlight tool > Click **Add**. |
| **Replace Default Group** | Add a **New Group** to the tab > Add target commands from **Main Tabs** > Select original default group > Click **Remove**. |
| **Hide Command Labels** | Right-click custom group > Select **Hide Command Labels**. |

### Resetting and Sharing Customizations

You can restore original workspace layouts or share your user setups across different computers.

![Reset and Export Settings](./img/reset-and-export.png)

* **Reset Single Tab**: Select a modified default tab in the window > Click **Reset** > Choose **Reset only selected Ribbon tab**.
* **Reset Entire Ribbon**: Click **Reset** > Choose **Reset all customizations**. *(Warning: This also resets the Quick Access Toolbar to defaults.)*
* **Export Customizations**: Click **Import/Export** > Choose **Export all customizations** to save your layout as a file.
* **Import Customizations**: Click **Import/Export** > Choose **Import customization file**. *(Note: Importing overwrites all existing ribbon and Quick Access Toolbar settings.)*
Loading
Loading