Category: Excel Basics

Essential Excel shortcuts, basic formulas, and formatting guides for complete beginners.

  • How to Highlight Duplicate Values in Excel in 3 Easy Steps

    Before you permanently delete duplicate rows from a dataset, it is often best practice to visual identify them first. Highlighting duplicates allows you to review repeating entries, spot data entry errors, and verify information without losing any raw data.

    In this quick guide, you will learn how to instantly highlight duplicate values in Excel using Conditional Formatting.


    Why Highlight Duplicates First?

    While Excel’s Remove Duplicates feature permanently deletes repeating rows, highlighting gives you full control:

    • Visual Audit: Instantly scan where repeating entries occur across your sheet.
    • Safer Data Cleaning: Verify whether a duplicate is a genuine error or an acceptable duplicate entry before deleting.
    • Non-Destructive: Highlights can be cleared at any time without altering your actual cell values.

    Step 1: Select Your Data Range

    1. Click and drag to highlight the cells, column, or row you want to check for duplicate values.
    2. To select an entire column, click the column letter header at the top (e.g., Column A).
    3. To select a specific table range, press Ctrl + A while inside the dataset.

    Tip: If you only want to highlight duplicates within a specific column (such as Email Addresses or Customer IDs), select only that specific column.


    Step 2: Apply Conditional Formatting

    1. Navigate to the Home tab on the Excel Ribbon.
    2. In the Styles group, click Conditional Formatting.
    3. Hover over Highlight Cells Rules and select Duplicate Values… from the sub-menu.

    Step 3: Choose Your Highlight Color and Confirm

    1. A dialog box will appear. Ensure the first drop-down menu is set to “Duplicate” (not “Unique”).
    2. In the second drop-down menu, choose your preferred formatting style (e.g., Light Red Fill with Dark Red Text).
    3. Click OK.

    Excel will immediately scan your selected range and highlight every repeating value!


    How to Clear the Duplicate Highlights

    When you are done reviewing your data, removing the color highlights takes just two clicks:

    1. Select your data range again.
    2. Go to Home ➔ Conditional Formatting ➔ Clear Rules ➔ Clear Rules from Selected Cells.

    Summary

    Using Conditional Formatting to highlight duplicates is one of the simplest yet most effective data validation techniques in Excel. Combine this visual check with Excel’s built-in Remove Duplicates tool to ensure your spreadsheets remain accurate and error-free.

  • How to Unpivot Data in Excel in 3 Easy Steps (Power Query)

    When working with data in Excel, you often encounter crosstab reports—tables where dates or categories are spread across columns rather than rows. While these wide tables are easy for humans to read, they are difficult to analyze using Pivot Tables or formulas.

    In this guide, you will learn how to quickly convert wide data into a flat, tabular format using Excel’s built-in Power Query tool without writing any complex formulas.


    Why Should You Unpivot Data?

    Unpivoting transforms a wide table into a tall, structured format with normalized columns:

    • Before: Columns for Jan, Feb, Mar, Apr.
    • After: One column for Month and one column for Sales.

    This format is required for building dynamic Pivot Tables, dashboards, and automated reporting workflows.


    Step 1: Import Your Data into Power Query

    1. Select any cell inside your dataset.
    2. Go to the Data tab on the Excel Ribbon.
    3. Click From Sheet (or From Table/Range in older versions).
    4. In the pop-up dialog, ensure your data range is correct and check “My table has headers.” Click OK.

    Note: This opens the Power Query Editor window, leaving your original raw data safe and untouched.


    Step 2: Unpivot the Columns

    1. In the Power Query Editor, click on the primary identifier column (e.g., Product ID or Category).
    2. Right-click the column header.
    3. Select Unpivot Other Columns.

    Excel will instantly stack all remaining columns into two simple columns: Attribute and Value.


    Step 3: Rename Columns and Load to Excel

    1. Double-click the Attribute column header and rename it to Month (or Period).
    2. Double-click the Value column header and rename it to Sales (or Amount).
    3. Click the Close & Load button in the top-left corner of the Home tab.

    Power Query will output the clean, transformed data onto a brand-new worksheet!


    Summary

    Unpivoting data is one of the most powerful features in Excel’s toolset. Instead of spending hours manually copying and transposing cells, Power Query allows you to automate data cleanup in seconds with just three clicks.

  • How to Remove Duplicate Rows in Excel in 3 Easy Steps

    How to Remove Duplicate Rows in Excel in 3 Easy Steps

    Dealing with duplicate data is one of the most common headaches when handling spreadsheets. Whether you are cleaning up a contact list or preparing a sales report, duplicate records can lead to inaccurate calculations and messy reports.

    Fortunately, Excel provides a built-in feature to remove duplicates in just a few clicks—without using complex formulas or scripts.

    Here is a step-by-step guide to cleaning up your dataset instantly.


    Step 1: Select Your Data Range

    1. Open your Excel worksheet and click any cell within your data table.
    2. If you want to clean the entire table, press Ctrl + A to select all data.
    3. If you only want to check specific columns, highlight those columns directly.

    💡 Quick Tip: Make sure your table has clear column headers (e.g., Name, Email, ID) before moving to the next step.


    Step 2: Open the ‘Remove Duplicates’ Tool

    1. Navigate to the Data tab on the top ribbon menu.
    2. In the Data Tools group, click on Remove Duplicates.
    3. A popup dialog box will appear on your screen.

    Step 3: Choose Columns and Remove Duplicates

    1. In the popup window, check the box that says “My data has headers” (if your table includes header titles).
    2. Select the columns you want Excel to inspect for duplicates:
    • Exact Row Match: Keep all columns checked if you want to delete rows where every single field is identical.
    • Key Field Match: Check only specific columns (e.g., Email or Customer ID) if you want to remove duplicates based on a unique identifier.
    1. Click OK.

    Excel will instantly process your data and display a message showing how many duplicate values were found and removed, along with the count of remaining unique values.


    Summary Checklist

    • Shortcut to Select All: Ctrl + A
    • Menu Path: Data TabRemove Duplicates
    • Best Practice: Always save a backup copy of your original file before deleting duplicate rows.
  • How to Create a Pivot Table in Excel: A Step-by-Step Data Analysis Guide

    Analyzing thousands of rows of raw transactional data manually is time-consuming and prone to human error. Pivot Tables are one of Excel’s most powerful built-in tools, allowing you to summarize, aggregate, and explore massive datasets in just a few clicks—without writing a single formula.

    In this step-by-step guide, we will walk through how to build a Pivot Table from scratch, apply key filters, and troubleshoot common formatting issues.


    💼 Real-World Scenario: Why Use a Pivot Table?

    Imagine you have a sales log containing 5,000 rows with columns for Date, Region, Sales Rep, Product, and Revenue.

    • Without Pivot Tables: You would need to use complex SUMIFS or COUNTIFS formulas to calculate total revenue per region or per sales rep.
    • With Pivot Tables: You simply drag and drop fields into four distinct areas to instantly calculate totals, averages, and percentage breakdowns.

    🛠️ Step 1: Preparing Your Source Data

    Before inserting a Pivot Table, ensure your source dataset adheres to these 3 strict rules:

    1. Unique Column Headers: Every column must have a clear, non-blank header name in the top row.
    2. No Empty Rows or Columns: Ensure there are no completely blank rows or columns splitting your dataset.
    3. No Merged Cells: Unmerge all merged cells within the data range.

    💡 Pro Tip: Convert your raw data range into an official Excel Table (Ctrl + T) before creating a Pivot Table. This ensures that any new rows added later will automatically be included when you refresh the Pivot Table!


    🚀 Step 2: Creating the Pivot Table

    1. Click any single cell inside your data dataset.
    2. Go to the Insert tab on the ribbon menu and click PivotTable.
    3. In the pop-up dialog, verify that your data range is selected correctly.
    4. Choose New Worksheet as the destination and click OK.

    🧭 Step 3: Understanding the 4 Pivot Table Fields

    A new worksheet will open with an empty Pivot Table grid on the left and the PivotTable Fields pane on the right. You can drag your column names into four areas:

    AreaPurposeExample Usage
    FiltersRestricts top-level data across the entire tableFilter by Year or Status
    ColumnsDisplays selected field values across horizontal headersDisplay Region (East, West, North) across top
    RowsDisplays selected field values down vertical rowsList Sales Rep names vertically
    ValuesPerforms numeric calculations (Sum, Count, Average)Calculate total Revenue

    🔧 Step 4: Formatting Numeric Values

    By default, Pivot Tables display unformatted numbers (e.g., 1250000). To apply currency or thousands commas cleanly across the entire summarized field:

    1. Right-click any numeric cell inside the Pivot Table values.
    2. Select Number Format… (Do NOT choose Format Cells).
    3. Select Number or Currency, check Use 1000 Separator (,), and click OK.

    ⚠️ Troubleshooting Common Pivot Table Errors

    1. Values Display as “Count of Revenue” Instead of “Sum of Revenue”

    • Cause: Your source data column contains at least one blank cell or text entry.
    • Solution: Right-click the header ➔ Select Summarize Values By ➔ Change from Count to Sum.

    2. New Data Added to Source Range Does Not Appear

    • Cause: Pivot Tables do not auto-refresh when source data changes.
    • Solution: Right-click inside the Pivot Table and click Refresh (or press Alt + F5).

    Conclusion

    Pivot Tables transform raw transactional logs into actionable business summaries within seconds. Mastering drag-and-drop fields and numeric formatting will elevate your analytical capability immediately.

    In our next guide, we will explore Excel VLOOKUP Function Guide: Basic Usage and XLOOKUP Comparison to master cross-referencing data across multiple tables!

  • Mastering Excel Cell Formatting (Ctrl + 1): Quick Guide for Beginners

    Have you ever typed a date into Excel only to see it turn into a strange number like 45442? Or spent extra time manually typing currency symbols or units like “USD”, “pcs”, or “lbs” next to every number?

    All these issues can be resolved in seconds once you understand Cell Formatting using the shortcut Ctrl + 1. In this guide, we cover 3 essential cell formatting techniques every Excel user should know.


    1. Apply Thousands Separators (,) and Currency Formats

    Large numbers without commas are difficult to read. You can format numbers cleanly in just a few clicks.

    1. Select the range of cells containing the numbers.
    2. Press Ctrl + 1 to open the Format Cells dialog box.
    3. Navigate to [Number] ➔ [Number] in the Category menu.
    4. Check the box for ‘Use 1000 Separator (,)’ and click OK.

    💡 Quick Tip: You can also click the Comma Style (,) button directly in the Home tab on the ribbon menu!


    2. Append Custom Units (“USD”, “pcs”, “items”) Automatically

    If you manually type text alongside numbers in a cell (e.g., 100 pcs), Excel treats the cell as Text, which prevents functions like SUM or AVERAGE from calculating properly!

    To keep numeric properties intact for calculations while displaying custom units on screen, use Custom Formatting:

    1. Press Ctrl + 1 ➔ Go to [Number] tab ➔ Click [Custom].
    2. In the Type input box on the right, enter one of these formatting codes:
    • #,##0" USD" ➔ Formats with thousands commas and appends ‘USD’ (e.g., 1,000,000 USD)
    • #,##0" pcs" ➔ Appends quantity units (e.g., 50 pcs)
    • 0000 ➔ Pads leading zeros to match a fixed digit length (e.g., entering 5 displays as 0005)

    3. Fix Corrupted or Numeric Date Displays

    When entering dates, you might occasionally see raw serial numbers like 46225 instead of 2026-07-22. This happens because Excel calculates dates as sequential serial numbers starting from January 1, 1900.

    • How to Fix: Select the cells ➔ Press Ctrl + 1 ➔ Choose [Date] ➔ Select your preferred date format (e.g., YYYY-MM-DD or MM/DD/YYYY).

    📊 High-Yield Custom Formatting Codes for Daily Use

    Raw DataCustom Format CodeDisplayed ResultPractical Description
    1234567#,##01,234,567Standard thousands separator
    1234567#,##0" USD"1,234,567 USDThousands separator + currency suffix
    50#,##0" pcs"50 pcsQuantity suffix (retains formula usability)
    202607220000-00-002026-07-22Formats 8-digit numbers as standard dates

    Conclusion

    Mastering Cell Formatting dramatically improves data readability and prevents formula errors before they happen.

    This concludes our essential Basics series (Shortcuts, Formulas, and Formatting)!

    Starting with our next post, we will move into the Tools category to explore powerful productivity features: Pivot Tables and VLOOKUP / XLOOKUP functions.

  • 5 Essential Excel Formulas Every Beginner Must Know (SUM, AVERAGE, COUNT, MAX, MIN)5 Essential Excel Formulas Every Beginner Must Know

    Building on our previous guide on essential Excel shortcuts, today we cover the 5 fundamental Excel formulas that form the backbone of all data calculations.

    Without needing complex conditional logic or nested arguments, mastering these five basic functions will allow you to handle 90% of daily data aggregation tasks with ease.


    1. SUM ➔ Calculate total sums instantly

    The most basic and frequently used function in Excel.

    • Syntax: =SUM(range)
    • Example: =SUM(C2:C10) ➔ Calculates the total sum of numbers from cell C2 through C10.
    • 💡 Pro Tip: Press Alt + = to automatically select the range and insert the SUM formula in less than a second.

    2. AVERAGE ➔ Compute arithmetic means

    Calculates the average value of a given set of numbers.

    • Syntax: =AVERAGE(range)
    • Example: =AVERAGE(D2:D10) ➔ Calculates the average of the values in the range.
    • ⚠️ Note: Blank cells are ignored automatically, but cells containing a numeric 0 are included in the average calculation.

    3. COUNT / COUNTA ➔ Count data entries

    Used to count the number of cells containing data within a specified range.

    • COUNT (Numbers only): =COUNT(range)
    • Counts only the cells containing numerical values.
    • COUNTA (Non-empty cells): =COUNTA(range)
    • Counts all non-blank cells (including text, numbers, and symbols).

    4. MAX & MIN ➔ Identify highest and lowest values

    Quickly extract extreme values from large datasets.

    • Maximum (MAX): =MAX(range) ➔ Returns the largest numerical value in the range.
    • Minimum (MIN): =MIN(range) ➔ Returns the smallest numerical value in the range.
    • Practical Use: Excellent for identifying peak sales performance or minimum cost items instantly.

    📊 Essential Formulas Summary Table

    FunctionPrimary PurposeExample SyntaxKey Usage Tip
    SUMCalculate Total=SUM(A1:A10)Use shortcut Alt + =
    AVERAGECalculate Mean=AVERAGE(A1:A10)Watch out for 0 values
    COUNTCount Numbers=COUNT(A1:A10)Ignores text cells
    COUNTACount All Entries=COUNTA(A1:A10)Includes text and values
    MAX / MINFind Extremes=MAX(A1:A10)Best for peak/lowest metrics

    ❓ Troubleshooting: When formulas don’t calculate

    If you typed a formula correctly but it returns an error or incorrect value, check these two common issues:

    1. Numbers Formatted as Text:
    • If you see a green triangle in the top-left corner of a cell, Excel treats it as text. Select the range, press Ctrl + 1, and change the format to Number.
    1. Missing Equal Sign (=):
    • Every Excel formula must start with an equal sign (=) for Excel to process it as a function.

    Conclusion

    Mastering these five basic functions will streamline your basic reporting and data entry tasks.

    In our next guide, we will cover Mastering Excel Cell Formatting (Ctrl + 1) to resolve common display issues like broken date formats and adding currency symbols automatically!

  • Top 10 Essential Excel Shortcuts for Beginners (Ranked by Ease & Frequency)*

    If you are just starting out with Microsoft Excel, mastering a few frequently used keyboard shortcuts is far more effective than trying to memorize complex formulas right away.

    In this guide, we skip complicated key combinations and organize the top 10 must-know Excel shortcuts in a logical order—moving from the easiest single-key commands to practical multi-key combinations.


    🟢 Level 1: Super Easy Shortcuts (Beginner Level)

    These straightforward shortcuts follow intuitive logic, allowing you to apply them to your daily workflow immediately.

    1. Ctrl + ; ➔ Insert Today’s Date Instantly

    • Frequency: ★★★★★
    • Description: Pressing the semicolon (;) with Ctrl immediately stamps today’s date into the active cell. No need to type out dates manually when creating daily reports or logs.

    2. Ctrl + 1 ➔ Open Format Cells Window

    • Frequency: ★★★★★
    • Description: Just remember the number ‘1’! This shortcut opens the Format Cells dialog far quicker than right-clicking with your mouse—ideal for adjusting borders, number formats, or cell colors.

    3. Ctrl + Space ➔ Select Entire Column

    • Frequency: ★★★★☆
    • Description: Instantly selects the entire vertical column where your cursor is currently located.

    4. Shift + Space ➔ Select Entire Row

    • Frequency: ★★★★☆
    • Description: While Ctrl handles columns, Shift controls rows. Memorize these two as a pair to quickly move or delete full data rows.

    🟡 Level 2: Work Efficiency Boosters (Two-Key Combos)

    Eliminate repetitive clicking and scrolling with these essential productivity shortcuts.

    5. F4 ➔ Repeat Last Action & Toggle Absolute Reference

    • Frequency: ★★★★★
    • Description: If you just highlighted a cell in yellow, simply select another cell and press F4 to repeat the action. When editing formulas, it toggles cell references to absolute format ($A$1).

    6. Alt + = ➔ AutoSum (SUM Formula)

    • Frequency: ★★★★★
    • Description: Since = represents math operations, combining it with Alt prompts Excel to automatically detect adjacent numerical data and insert a SUM formula.

    7. Ctrl + Arrow Keys ➔ Jump to Edge of Data Region

    • Frequency: ★★★★☆
    • Description: Instead of endlessly scrolling through thousands of rows, jump directly to the last populated row or column in a single keystroke.

    🟠 Level 3: Applied Shortcuts for Speed

    While these involve three keys, learning them will cut your data management time in half.

    8. Ctrl + Shift + L ➔ Toggle AutoFilter On / Off

    • Frequency: ★★★★★
    • Description: Think of ‘L’ as Lock or Filter. Instantly apply or remove filter dropdown arrows across your header row.

    9. Ctrl + Shift + Arrow Keys ➔ Select Entire Data Range

    • Frequency: ★★★★☆
    • Description: Combines navigation with selection. This shortcut jumps to the end of your dataset while selecting every cell along the way.

    10. Ctrl + Alt + V ➔ Open Paste Special

    • Frequency: ★★★★☆
    • Description: Used after standard copying (Ctrl+C) to paste values only, keeping formulas intact, or to replicate formatting across cells.

    📊 Quick Summary Table

    RankPrimary FunctionWindows ShortcutDifficulty
    1Insert Today’s DateCtrl + ;⭐ (Very Easy)
    2Open Cell FormattingCtrl + 1⭐ (Very Easy)
    3Select Entire ColumnCtrl + Space⭐ (Very Easy)
    4Select Entire RowShift + Space⭐ (Very Easy)
    5Repeat Action / Lock ($)F4⭐ (Easy)
    6Insert AutoSumAlt + =⭐ (Easy)
    7Jump to Data EdgeCtrl + Arrow⭐ (Easy)
    8Toggle FiltersCtrl + Shift + L⭐ (Moderate)
    9Select Full RangeCtrl + Shift + Arrow⭐ (Moderate)
    10Open Paste SpecialCtrl + Alt + V⭐ (Moderate)

    Conclusion

    Don’t try to memorize all ten shortcuts at once. Start with Level 1 (Shortcuts 1–4) today, and incorporate them into your daily tasks. You will notice an immediate boost in your working speed!

    Stay tuned for our next guide on 5 Essential Excel Formulas Every Beginner Must Know (SUM, AVERAGE, COUNT, MAX, MIN).



    🍎 Mac & iOS (iPad Keyboard) Equivalents for TOP 10 Shortcuts

    If you are using Excel on macOS or an iPad with a Magic Keyboard, use these macOS/iOS key combinations instead:

    RankPrimary FunctionMac / iPadDifficulty
    1Insert Today’s DateCmd (⌘) + ;⭐ (Very Easy)
    2Open Cell FormattingCmd (⌘) + 1⭐ (Very Easy)
    3Select Entire ColumnCtrl + Space⭐ (Very Easy)
    4Select Entire RowShift + Space⭐ (Very Easy)
    5Repeat Action / Lock ($)Cmd (⌘) + T⭐ (Easy)
    6Insert AutoSumCmd + Shift + T (or Option + + =)⭐ (Easy)
    7Jump to Data EdgeCmd (⌘) + Arrow⭐ (Easy)
    8Toggle FiltersCmd (⌘) + Shift + F⭐ (Moderate)
    9Select Full RangeCmd (⌘) + Shift + Arrow⭐ (Moderate)
    10Open Paste SpecialCmd (⌘) + Ctrl + V (or Ctrl + Option + V)⭐ (Moderate)

    💡 Pro Tip for iPad Users: When using Microsoft Excel on an iPad with a Magic Keyboard or external Bluetooth keyboard, press and hold the Cmd (⌘) key for 2 seconds to instantly reveal an on-screen cheat sheet of supported shortcuts!