About 7,010,000 results
Open links in new tab
  1. How to Make a Data Validation List from Table in Excel (3 Methods)

    Jun 20, 2024 · Make a dynamic Excel Data Validation list from the table. 1. Open the Data Validation option from the Data Tab 2. =INDIRECT ("Table_name").

  2. Create Data Validation List from Excel Table as Source

    Mar 11, 2025 · In this article, I will show you how to use Excel Table as a source in data validation and how to create a drop down using it. Below I have an Excel table (named ‘Data’), and I want to create …

  3. Excel Tables as Source for Data Validation Lists

    Apr 30, 2013 · Here are three ways to fix this: Method 1: Use the INDIRECT function with the tables structured references like this: Method 2: Give your Table another name in the name manager. In …

  4. How to use Excel Table within a data validation list (4 easy ways)

    May 8, 2024 · We cannot create an Excel data validation list directly from a Table. However, in this post, we have seen four methods that we can use to achieve the same result.

  5. How to Create a Drop-Down List from a Column of Data in Excel

    Jun 6, 2025 · Microsoft Excel's Data Validation tool lets you add a drop-down list to a cell based on existing data in a column. However, how this works depends on whether the source data is part of a …

  6. How to Create a Data Validation List from Excel Table?

    Mar 25, 2025 · Learn how to create a dynamic data validation dropdown list from an Excel table that updates automatically as new data is added.

  7. Create a drop-down list - Microsoft Support

    Now is a good time to Sort data in a range or table in your drop-down list. Select the cell in the worksheet where you want the drop-down list. Go to the Data tab on the Ribbon, and then Data …

  8. How to use an Excel Table name in Data Validation Lists and …

    Feb 28, 2025 · This article demonstrates different ways to reference an Excel defined Table in a drop-down list and Conditional Formatting formulas. The issue is that you can't use structured references. …

  9. Excel Data Validation List from Table: Dynamically Update Your Drop ...

    Sep 24, 2023 · There is a quick way to make your drop-down list as dynamic as your table. The two best solutions to grab dynamic data from a table into your Excel data validation are to either use the …

  10. Excel Data Validation Dependent Lists With Tables and INDIRECT

    Using a single table, we need to determine how many rows are used in each column, to define the range that we want to present in our Data Validation list. (I cover this in another article.)