Excel Practice Test

โ–ถ

Excel tables are one of the most powerful yet underused features in Microsoft Excel, transforming ordinary ranges of data into dynamic, structured objects that automatically expand, format, and calculate as your data grows. Whether you are a beginner just learning how to merge cells in Excel or a seasoned analyst running complex VLOOKUP Excel formulas across thousands of rows, understanding Excel tables will fundamentally change how you work with data. A properly structured table keeps your spreadsheets organized, consistent, and dramatically easier to maintain over time.

Excel tables are one of the most powerful yet underused features in Microsoft Excel, transforming ordinary ranges of data into dynamic, structured objects that automatically expand, format, and calculate as your data grows. Whether you are a beginner just learning how to merge cells in Excel or a seasoned analyst running complex VLOOKUP Excel formulas across thousands of rows, understanding Excel tables will fundamentally change how you work with data. A properly structured table keeps your spreadsheets organized, consistent, and dramatically easier to maintain over time.

When you convert a range into an Excel table, you gain access to a suite of built-in tools that would otherwise require manual effort: automatic banded row formatting, structured reference formulas, built-in filter arrows, and total rows that calculate sums, averages, and counts with a single click. These features reduce errors, save time, and make your workbooks more professional. Excel tables are the foundation that supports advanced workflows like pivot tables, data validation, and Power Query, making them essential knowledge for anyone serious about spreadsheet productivity.

Beyond formatting convenience, excel tables integrate seamlessly with nearly every other Excel feature. When you reference a table column in a formula, Excel uses structured references like =Table1[Sales] instead of cryptic cell addresses like =B2:B500, making formulas readable and self-documenting. This becomes especially valuable when collaborating with colleagues or revisiting a workbook months later when the original logic may be difficult to reconstruct from cell references alone.

Many users who search for tips on how to freeze a row in Excel or how to create a drop-down list in Excel are actually trying to solve problems that Excel tables handle automatically or simplify significantly. A table header row is always visible when you scroll down in the worksheet because Excel replaces the column letters in the header bar with the table's own column names โ€” no need to manually freeze rows at all. Similarly, data validation drop-down lists can reference table columns directly, so the list updates automatically when new values are added.

This guide covers everything from creating your first Excel table to advanced techniques for managing large datasets. You will learn how to name and resize tables, write structured reference formulas, apply custom styles, use the total row, and connect tables to external data sources. Along the way, we address common pain points like removing duplicates, sorting and filtering efficiently, and using tables as dynamic named ranges in formulas and charts.

The knowledge here applies equally to Excel 365, Excel 2021, Excel 2019, and Excel 2016, with notes where features differ between versions. By the end of this guide, you will have a thorough understanding of how to harness Excel tables to build faster, more reliable, and more maintainable spreadsheets โ€” skills that pay dividends whether you are managing a personal budget, tracking project milestones, or analyzing enterprise sales data.

Excel Tables by the Numbers

๐Ÿ“Š
1M+
Rows Supported
โฑ๏ธ
60%
Faster Data Entry
๐Ÿ’ป
16,384
Max Columns
๐ŸŽ“
11
Built-in Table Styles
๐Ÿ”„
100%
Auto-Expand Coverage
Try Free Excel Tables Practice Questions

How to Create an Excel Table Step by Step

๐Ÿ“‹

Ensure your data has a single header row with unique column names, no blank rows in the middle, and no merged cells. Clean, contiguous data converts more reliably and avoids common errors like duplicate header warnings or misaligned columns after conversion.

๐Ÿ–ฑ๏ธ

Click any cell within your data range. Excel will automatically detect the full extent of your contiguous data when you initiate the table conversion, so you do not need to manually select every cell from A1 to the last row and column.

โž•

Navigate to Insert โ†’ Table on the ribbon, or press the keyboard shortcut Ctrl+T (Windows) or Cmd+T (Mac). The Create Table dialog will appear, showing the detected data range. Confirm that the 'My table has headers' checkbox matches your data layout.

โœ๏ธ

After the table is created, click anywhere inside it and go to the Table Design tab. Change the default name (Table1, Table2, etc.) to something descriptive like SalesData or EmployeeList. Meaningful names make structured reference formulas readable and reduce confusion in large workbooks.

โš™๏ธ

In the Table Design tab, toggle options like Header Row, Total Row, Banded Rows, Banded Columns, and Filter Button to match your needs. These options can be changed at any time without losing data, giving you full flexibility to customize the table's appearance and behavior.

๐Ÿ”—

Begin writing formulas that reference table columns by name. Type an equals sign, click the table column header or type the table and column name in brackets, and Excel will automatically generate structured references like =SalesData[Revenue] that remain accurate as the table grows.

Once you have created an Excel table, the real power comes from understanding and leveraging its many built-in features. The most transformative is automatic expansion: when you type a new row directly below the last row of a table, or a new column immediately to the right, Excel instantly includes that new data within the table boundaries. All existing formulas, formatting rules, and data validation settings extend to the new row or column automatically, eliminating the tedious manual work of copying formats and formulas down as datasets grow.

Structured references are the second major advantage. Instead of writing =SUM(B2:B500), you write =SUM(SalesTable[Revenue]), where SalesTable is the table name and Revenue is the column header. This approach has several concrete benefits: the formula is self-explanatory, it automatically adjusts when rows are added or removed, and it remains correct even if you insert new columns to the left that would otherwise shift cell addresses. Structured references also support special specifiers like [#Headers], [#Totals], and [#All] that let you reference specific portions of the table with precision.

The Total Row feature deserves special mention. Enable it by checking Total Row in the Table Design tab, and Excel adds a summary row at the bottom of the table with a drop-down menu in each cell. You can choose from Sum, Average, Count, Max, Min, StdDev, and more โ€” each generates a SUBTOTAL formula that respects any active filters, so totals always reflect only the visible rows. This is a critical distinction from a plain SUM formula, which would include all rows regardless of filter state and produce misleading results in filtered views.

Filter arrows appear automatically on every column header when a table is created. These behave identically to the AutoFilter feature but are tied to the table structure, which means they persist correctly even when you add or rearrange columns. You can filter by value, color, date ranges, or text criteria. Multiple filters across different columns work cumulatively โ€” a filter on Region for 'West' combined with a filter on Year for '2025' shows only rows meeting both criteria simultaneously, enabling precise data slicing without writing a single formula.

Sorting within a table is equally seamless. Click any column header's filter arrow and choose Sort A to Z, Sort Z to A, Sort Smallest to Largest, or Sort Largest to Smallest. Multi-level sorting โ€” for example, sorting by Region first, then by Sales within each region โ€” is accessible through Data โ†’ Sort. Importantly, sorting a table never permanently reorders your source data in a destructive way; you can always re-sort or clear all sorts to return to the original row order, provided you have an ID or sequence column.

Calculated columns are another feature that sets tables apart from plain ranges. When you enter a formula in any cell of an empty column within a table, Excel automatically fills the same formula down every row in that column. If you later need to override a single cell with a different value or formula, Excel allows it but marks the inconsistency with a small green triangle and a warning icon, helping you notice accidental exceptions. This self-consistency enforcement reduces the type of formula errors that commonly plague large spreadsheet models.

Finally, tables integrate directly with pivot tables and charts. When you create a pivot table from a table source, the pivot table connection is named and dynamic โ€” refreshing the pivot table automatically picks up any new rows or columns added to the source table without requiring manual range adjustments. Charts based on table data behave similarly, extending axis labels and data series as the table grows. These integrations make Excel tables the preferred foundation for any report or dashboard that will be updated regularly with new data.

FREE Excel Basic and Advance Questions and Answers
Test your Excel knowledge from fundamentals to advanced features and formulas
FREE Excel Formulas Questions and Answers
Practice Excel formula questions covering SUM, IF, VLOOKUP, and array formulas

VLOOKUP Excel, Drop-Down Lists & Freeze Row Inside Tables

๐Ÿ“‹ VLOOKUP with Tables

Using VLOOKUP Excel formulas with table data is significantly more reliable than referencing plain ranges. Instead of writing =VLOOKUP(A2, $D$2:$F$500, 2, FALSE), you write =VLOOKUP(A2, ProductTable, 2, FALSE), referencing the table by name. This means the lookup range automatically expands as new products are added, eliminating the common error of VLOOKUP missing recently added rows because the range was hardcoded too small.

For even better results, combine table-structured references with INDEX/MATCH: =INDEX(ProductTable[Price], MATCH(A2, ProductTable[ProductID], 0)). This approach avoids VLOOKUP's column-number fragility โ€” if you insert a new column into the table, a VLOOKUP that referenced column 3 would suddenly return the wrong field, but the INDEX/MATCH version using column names never breaks. Tables make both approaches safer and more readable across the entire workbook.

๐Ÿ“‹ Drop-Down Lists in Tables

Learning how to create a drop-down list in Excel is much easier when the source data lives in a table. Create a table called ValidRegions with a single column of allowed values, then in your main table's Region column, go to Data โ†’ Data Validation โ†’ List and set Source to =ValidRegions[Region]. Now, whenever you add a new region to the ValidRegions table, the drop-down list in your data entry table updates automatically โ€” no need to manually edit the validation range each time your list of valid options changes.

This dynamic validation approach prevents data entry errors more effectively than a static list because it eliminates the gap between what is in the drop-down and what is actually valid. You can also combine table-based drop-down lists with conditional formatting to highlight cells where users typed a value manually instead of selecting from the list, giving data managers a quick visual audit of data quality. Both techniques together create a robust, low-maintenance data entry experience in any shared workbook.

๐Ÿ“‹ Freeze Row & Table Navigation

One of the most common questions new Excel users ask is how to freeze a row in Excel so column headers stay visible while scrolling. With an Excel table, this problem is largely solved automatically: when you scroll down within a table, Excel replaces the column letter labels (A, B, C) in the worksheet header bar with the actual table column names. This means the effective header is always visible without requiring you to use View โ†’ Freeze Panes at all, saving a setup step that confuses many beginners.

For workbooks with multiple tables or with content above and below a table, the traditional freeze row approach still applies. Click the row below the header you want to freeze, go to View โ†’ Freeze Panes โ†’ Freeze Panes, and that header will stay locked while you scroll the rest of the sheet. When combined with a well-structured table, this ensures both the worksheet headers and the table column names stay visible simultaneously โ€” a best practice for any workbook with more than 30 rows of data.

Excel Tables vs. Plain Data Ranges: Key Differences

Pros

  • Automatic expansion adds new rows and columns to the table instantly without manual range adjustments
  • Structured references like Table[Column] make formulas self-documenting and resistant to column insertions
  • Total Row calculates filtered subtotals automatically, reflecting only visible rows after filtering
  • Filter arrows and sort controls are built in and tied to the table, not a separate AutoFilter layer
  • Pivot table connections update dynamically when the source table grows, without refreshing the range
  • Calculated columns auto-fill formulas down all rows when a new formula is entered in one cell

Cons

  • Tables cannot span multiple worksheets, limiting multi-sheet data consolidation without Power Query
  • Array formulas entered with Ctrl+Shift+Enter behave inconsistently inside table columns
  • Merging cells inside a table is disabled, which frustrates users accustomed to merged headers
  • Tables can slow down very large workbooks (500,000+ rows) more than equivalent plain ranges in some scenarios
  • Shared workbooks and older Excel versions may not support all table features reliably
  • Converting a table back to a range removes structured references, requiring manual formula rewrites
FREE Excel Functions Questions and Answers
Master Excel functions including VLOOKUP, INDEX, MATCH, and statistical functions
FREE Excel MCQ Questions and Answers
Multiple-choice Excel questions covering tables, formulas, charts, and data tools

Excel Table Best Practice Checklist

Give every table a descriptive name (e.g., SalesData, EmployeeRoster) immediately after creation.
Ensure every column has a unique, concise header with no blank or duplicate labels.
Remove all blank rows and merged cells from the data range before converting to a table.
Use structured references (TableName[ColumnName]) in all formulas that reference table data.
Enable the Total Row and configure appropriate aggregate functions for each numeric column.
Keep source lookup tables (e.g., product lists, region codes) as separate named tables.
Set up data validation drop-down lists referencing table columns to prevent entry errors.
Use conditional formatting rules scoped to the table columns rather than entire worksheet columns.
Document each table's purpose, owner, and update frequency in a dedicated Notes sheet.
Periodically review calculated columns for inconsistent formula exceptions flagged by Excel warnings.
Always Use Structured References in Table Formulas

Formulas using structured references like =SUM(SalesTable[Revenue]) never break when rows are added, removed, or when columns are reordered โ€” unlike cell-address formulas like =SUM(B2:B500) which can silently return wrong results if the data range shifts. Switching to structured references is the single fastest way to eliminate formula errors in data-heavy Excel workbooks.

Advanced Excel table techniques move well beyond basic creation and formatting, unlocking capabilities that support serious data analysis workflows. One of the most powerful is using tables as dynamic named ranges. Because a table's structured reference automatically resizes as data is added, any formula or chart that references the table inherits that dynamic behavior. This eliminates the historically painful process of manually updating named range definitions each time your dataset grows โ€” a task that was both tedious and error-prone in older Excel workflows.

Power Query, Microsoft's built-in data transformation engine, works most reliably when its source data is stored in Excel tables rather than plain ranges. When you load data into Power Query from a table, the query connection tracks the table by name rather than by cell address, so refreshing the query pulls in all current rows without configuration changes. This makes the combination of Excel tables and Power Query the preferred architecture for any recurring data import or cleansing workflow, such as monthly sales reports pulled from a CSV export or a database query result.

Table slicers โ€” a feature most users associate only with pivot tables โ€” also work directly on regular Excel tables in Excel 2013 and later. Insert a slicer via Table Design โ†’ Insert Slicer, select the column(s) to filter by, and Excel adds a visual filter panel with clickable buttons. Slicers are particularly useful in dashboard sheets where non-technical users need to filter data without interacting with filter arrows, which can be intimidating or accidental to click. Multiple slicers can be connected to a single table to provide multi-dimensional filtering through a clean, button-based interface.

Another advanced technique is using INDIRECT or OFFSET to build formulas that reference different tables dynamically based on a cell value. For example, if a cell contains the text 'SalesData', you can construct the reference =INDIRECT(A1&'[Revenue]') to point to the Revenue column of whatever table is named in A1. This pattern supports scenarios like comparative reports that switch between multiple dataset tables based on a drop-down selection, all within a single formula framework rather than requiring VBA macros or manual copy-paste workflows.

For users building data models in Excel, tables are the mandatory input format for Power Pivot. The Power Pivot engine requires data to be stored in tables before it can be linked and analyzed in the Data Model. Understanding how to create, name, and maintain clean Excel tables is therefore a prerequisite for any work involving calculated fields, KPIs, or advanced DAX measures in Power Pivot. The skills transfer directly to Power BI as well, since both tools share the same underlying data model architecture and table-based source requirements.

Excel tables also simplify the task of removing duplicate records. The Remove Duplicates command under Table Design โ†’ Tools evaluates all selected columns and deletes rows where every chosen column matches an existing row exactly. Combined with a well-structured table where each column represents a single attribute, this becomes a reliable data quality tool. For more nuanced deduplication โ€” keeping the most recent record, or flagging duplicates rather than deleting them โ€” COUNTIFS formulas written against table columns provide the granular control that the built-in tool lacks.

Finally, understanding how to merge cells in Excel and why that operation is incompatible with table structure is itself an important lesson. Merged cells break sort, filter, and formula operations inside tables, which is why Excel disables cell merging within table boundaries entirely. If you need visual grouping that resembles merged cells in a table report, use 'Center Across Selection' (Format Cells โ†’ Alignment โ†’ Horizontal โ†’ Center Across Selection) instead โ€” this achieves the same visual result without the structural breakage that true cell merging causes, keeping your table fully functional for data operations.

Excel tables are directly relevant to Excel certification exams, including the Microsoft Office Specialist (MOS) Excel certification and the Microsoft Excel Expert certification. Both exams test candidates on their ability to create and manage tables, write structured reference formulas, configure Total Rows, apply table styles, and use features like Remove Duplicates and table-based data validation. Understanding the full breadth of table functionality described in this guide maps closely to the skills measured across the Associate and Expert exam tracks.

For candidates preparing for the MOS Excel Associate exam (Exam MO-200 for Excel 2019 or MO-201 for Excel 365), the table-related objectives are spread across multiple skill domains. You will be tested on creating tables from ranges, modifying table style options, adding and removing rows and columns, and enabling or disabling table elements. The exam uses a project-based format where you work inside actual Excel files and complete tasks against a grader โ€” understanding not just what tables do but how to manipulate them through the ribbon interface is essential for passing.

The MOS Excel Expert exam (MO-201 for Excel 2019 or Expert 365) adds higher-level table skills including writing advanced structured reference formulas, using tables as Power Query sources, and building data models that connect multiple tables through relationships. Candidates who have internalized the structured reference syntax and understand how tables interact with Power Pivot will find the Expert-level table questions significantly more approachable than those who have only used tables superficially for their formatting benefits.

Practical exam preparation should include hands-on work creating tables from scratch, renaming them, and writing formulas that reference table columns. Timed practice is important because the MOS exam gives you approximately 50 minutes to complete 5-7 project tasks, each containing multiple sub-tasks. Candidates who must pause to think through the steps for inserting a table, configuring its options, or correcting a structured reference formula are at a significant time disadvantage compared to those for whom these operations are automatic.

Beyond formal certification, Excel table skills are increasingly tested in job interviews for data-focused roles. Hiring managers for financial analyst, operations, and business intelligence positions frequently ask candidates to work through a live Excel problem involving data organization, formula writing, and reporting. Candidates who immediately structure incoming data as a named table โ€” rather than working with an unstructured range โ€” signal strong Excel fluency and understanding of best practices that distinguish intermediate from advanced users.

Study resources for Excel table skills should combine conceptual understanding with practice problems. Reading explanations of how structured references work gives you the mental model, but only writing them yourself โ€” making mistakes and correcting them โ€” builds the reliable recall that exam conditions require. Use the practice quizzes linked throughout this page to test your knowledge, identify gaps, and build the speed and confidence needed to perform well under exam time pressure. Topics like VLOOKUP Excel integration with tables, total row configuration, and table style customization appear frequently across all Excel practice test formats.

When reviewing for Excel certification, pay particular attention to the distinction between table-scoped operations and worksheet-scoped operations. For example, the filter applied through a table's built-in filter arrows is a table filter, while a filter applied through Data โ†’ Filter is a worksheet AutoFilter.

Both appear visually similar, but they behave differently in certain edge cases and the exam may test whether you can correctly identify or apply each type. Similarly, knowing that table styles are configured through the Table Design contextual tab โ€” which only appears when a cell inside the table is selected โ€” is the kind of interface detail that separates candidates who have practiced from those who have only read about the features.

Practice Excel Formulas and Structured Reference Questions

Practical tips for mastering Excel tables begin with developing a consistent naming convention before you create your first table. Choose a format like CamelCase (SalesData, InventoryList, CustomerContacts) or underscore-separated (sales_data, inventory_list) and apply it uniformly across your workbook. Consistent naming makes structured reference formulas readable at a glance and prevents the confusion that arises when a workbook contains Table1, Table2, and Table3 alongside more descriptively named tables, leaving future readers uncertain which table holds what data.

Build the habit of checking whether data should live in a table before you start typing it into a worksheet. If the data is a list of records โ€” transactions, employees, products, responses โ€” it almost certainly belongs in a table. If it is a one-time calculation or a reference lookup with a single fixed value, a table may be overkill. Developing this judgment early prevents the common mistake of creating large, unstructured ranges that become increasingly painful to manage as they grow, eventually requiring a retroactive conversion to a table that may disrupt existing formulas.

When working with large tables exceeding several thousand rows, take advantage of Excel's built-in performance optimizations. Avoid volatile functions like NOW(), TODAY(), RAND(), and OFFSET() inside table calculated columns, as these recalculate on every change to the workbook and can cause noticeable slowdowns. Instead, use non-volatile alternatives or calculate volatile values in a helper cell outside the table and reference that fixed cell. Keeping calculated columns simple and non-volatile keeps even very large tables responsive.

Use table-based charts to build self-updating dashboards that require minimal maintenance. Create a chart from any table column, and as new rows are added to the table, the chart's data series extends automatically. Combine this with a slicer connected to the table and you have an interactive dashboard element that any user can filter without touching formula bars or chart source dialogs. This approach is more robust than named range-based dynamic charts, which require OFFSET or INDEX formulas that are harder to audit and maintain.

For teams sharing workbooks, establish clear ownership rules for each table. Name the table with a prefix that identifies its owner or data domain (HR_Employees, FIN_Budget, OPS_Inventory), and document in a dedicated Summary sheet what each table contains, who maintains it, and how frequently it is updated. This governance practice prevents accidental overwrites and helps new team members quickly understand the workbook's data architecture without reading every formula from scratch.

Finally, practice the Excel table skills most likely to appear on professional assessments and job interviews: creating a table from scratch, applying a custom style, writing a VLOOKUP Excel formula that references a table column, enabling the Total Row with SUM for one column and AVERAGE for another, and removing duplicates based on two columns. These are the tasks that appear most consistently across Excel practice tests, MOS certification exams, and real-world hiring assessments. Regular practice with timed drills on these specific tasks will build the speed and precision needed to perform well in any high-stakes Excel evaluation.

FREE Excel Questions and Answers
Comprehensive Excel certification practice questions for MOS and Excel Expert exams
FREE Excel Trivia Questions and Answers
Fun and challenging Excel trivia covering features, history, shortcuts, and tips

Excel Questions and Answers

What is an Excel table and how is it different from a regular data range?

An Excel table is a structured, named object that Excel manages as a single entity, unlike a plain data range which is just a group of cells. Tables automatically expand when you add new data, apply consistent formatting, include built-in filter arrows, support structured reference formulas using column names instead of cell addresses, and integrate directly with pivot tables, Power Query, and Power Pivot for dynamic reporting.

How do I create an Excel table from existing data?

Click any cell inside your data range, then press Ctrl+T (Windows) or Cmd+T (Mac), or go to Insert โ†’ Table. Excel will detect your data range and show a dialog to confirm it. Check 'My table has headers' if your data has column headers in the first row, then click OK. After creation, rename the table in the Table Design tab using the Table Name field on the left side of the ribbon.

What is a structured reference in an Excel table formula?

A structured reference is a formula syntax that uses table and column names instead of cell addresses. For example, =SUM(SalesTable[Revenue]) adds all values in the Revenue column of the SalesTable table. Structured references automatically adjust when rows are added or removed, never break when columns are inserted, and remain accurate when the table is sorted or filtered, making them far more reliable than equivalent cell-address formulas.

How do I use VLOOKUP with Excel tables?

Reference the table name directly in your VLOOKUP formula instead of a hardcoded range. Write =VLOOKUP(lookup_value, TableName, column_index, FALSE) where TableName is the name you gave the table. This approach is safer than =VLOOKUP(A2, $D$2:$F$500, 2, FALSE) because the table reference automatically includes new rows as they are added, eliminating the common error of VLOOKUP missing recently added data due to a range that was hardcoded too small.

How does the Excel table Total Row work?

The Total Row is a special summary row at the bottom of a table, enabled via Table Design โ†’ Total Row. Each cell in the Total Row has a drop-down menu with aggregate options including Sum, Average, Count, Max, Min, and StdDev. Each selected function generates a SUBTOTAL formula that calculates based only on visible (non-filtered) rows, so totals update automatically to reflect whatever filter is currently applied to the table โ€” a critical advantage over plain SUM formulas.

Can I use Excel tables with pivot tables and charts?

Yes, and it is the recommended approach. When you create a pivot table from an Excel table source, the pivot table connection is dynamic โ€” refreshing it automatically picks up all new rows and columns added to the source table without requiring range adjustments. Charts based on table data extend their data series automatically as the table grows. This makes tables the ideal foundation for any dashboard or report that is updated regularly with new data.

Why can't I merge cells inside an Excel table?

Excel disables cell merging inside table boundaries because merged cells fundamentally break sort, filter, and structured reference formula operations. When cells are merged, rows cannot be sorted independently, filter results become unpredictable, and structured references cannot identify individual column values correctly. If you need the visual appearance of merged cells in a table header area, use Format Cells โ†’ Alignment โ†’ Center Across Selection instead, which creates the same appearance without breaking table functionality.

How do I create a drop-down list in Excel that updates automatically?

Store your list of valid values in a dedicated Excel table, then reference that table column in your data validation rule. Select the cells where you want the drop-down, go to Data โ†’ Data Validation โ†’ List, and set Source to =TableName[ColumnName]. When you add new values to the source table, the drop-down list in your data entry cells updates automatically. This dynamic approach eliminates the need to manually edit the validation range each time valid options change.

Does freezing a row in Excel work differently with tables?

Excel tables partially replace the need to freeze rows. When you scroll down within a table, Excel replaces the column letter headers (A, B, C) at the top of the worksheet with the table's own column names, keeping them visible without using Freeze Panes. However, for workbooks with content above the table or with multiple tables, you may still want to use View โ†’ Freeze Panes โ†’ Freeze Panes to lock a specific row, providing additional control over which content stays visible during scrolling.

How do I remove duplicates from an Excel table?

Click anywhere inside the table, then go to Table Design โ†’ Tools โ†’ Remove Duplicates. A dialog will appear listing all table columns with checkboxes. Select the columns that should all match for a row to be considered a duplicate, then click OK. Excel will delete all duplicate rows, keeping the first occurrence, and display a summary of how many duplicates were removed and how many unique rows remain. For non-destructive deduplication, use COUNTIFS formulas to flag duplicates instead of deleting them directly.
โ–ถ Start Quiz