About 34,500 results
Open links in new tab
  1. excel - Data validation list based on combination of two dynamic lists ...

    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 defined …

  2. 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 validation date …

  3. excel - Why doesn't work FILTER function in data validation list ...

    Mar 1, 2022 · This will work given you must have Office 365 compatible version of Excel to use Filter function in first place… Note: For those who have a similar enquiry {referencing range based upon …

  4. 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" ...

  5. Excel Data Validation List - Different display data to result data

    Mar 19, 2025 · Yes, you can do this with just a normal list/validation + VBA. set up your validation values (name list). Pair with swaps (shortened names) set up your data entry table Data -> Validate using …

  6. 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.

  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 using formula, so …

  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. 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 drop-down …

  10. Excel Data Validation with XLOOKUP - Stack Overflow

    May 25, 2024 · Many thanks Mayukh! I intend to use the validation in another table where the user in column 1 should select a value from TableTest [A] in the data validation drop down and then in …