About 53,800 results
Open links in new tab
  1. excel - Data validation list based on combination of two dynamic …

    Jul 18, 2022 · 0 I have a table where I want users to fill values off a list using data validation. The content of the validation list should be based on values entered in two other tables which are …

  2. How to add data validation to a cell using VBA - Stack Overflow

    I want to add "data validation" in a cell (which is variable) using VBA and the range which is to come in the data validation list is also variable. Till now I have been using this Here "range1" ...

  3. Excel - how to force date as dd/mm/yyyy for data validaiton

    Nov 30, 2017 · Then leave it up to Excel and Windows to sort out the local date format and the way to enter a date correctly. Edit: to remove all possible problems with locale, set the data …

  4. Excel dropdown with name/value pairs - Stack Overflow

    Create Excel dropdowns with name/value pairs using data validation and named ranges for efficient data management and selection.

  5. excel - Data validation List with Formula as source - Stack Overflow

    Sep 17, 2021 · That would be an array formula and Data Validation does not allow array formula. You will need to use helper cells to hold the array formula then refer to the range of the helper …

  6. Excel data validation with suggestions/autocomplete

    Nov 7, 2013 · Add data validation to a cell (or range of cells). Allow = List. Source = [the range with the values you want for the auto-complete / drop-down]. Click OK. You should now have a …

  7. Excel Data Validation List using formula with filtering

    Apr 29, 2015 · I have following workbook: Worksheet Accounts: Worksheet Posts: I would like to know if it is possible to define Data Validation of type List to entire column B in sheet Posts …

  8. Determine if cell contains data validation - Stack Overflow

    Do note that you can pass a multi-cell range in to cell. If you do and part of that range contains data validation then it'll incorrectly report False.

  9. How to use SEQUENCE formula in Excel data validation

    Nov 2, 2024 · Data-Validations expects a list or a range formula that returns a range, what you need to do is apply the said aforesaid mentioned function in a cell and point the data validation …

  10. Data Validation List based on Matched Cell Reference

    Jun 27, 2025 · I am seeking help with an Match Based Array that is compatible for Data Validation List / Cell Drop Down. Basically what I need is a Drop down list with options based on a Cell …