About 10,800,000 results
Open links in new tab
  1. 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 …

  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 · My problem is when users's regional setting for date is mm/dd/yyyy, the data validation would auto change to 12/31/3000. I want to force the data validation as 31/12/3000.

  4. In Excel, how do I properly copy Data Validation List from one cell …

    Apr 8, 2025 · So let say I have two sheets in Excel, one of them is a database table from where I pull data and the other one is a new sheet on which I construct a new table. All good until I …

  5. io - Python 3 openpyxl UserWarning: Data Validation extension …

    Dec 29, 2018 · It looks like it is telling you the data valadation extension to the OOXML standard is not supported by the openpyxl library. It's appears to be saying it found parts of the data …

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

  7. Excel Data Validation with XLOOKUP - Stack Overflow

    May 25, 2024 · Expected result 1: Data validation in D6 with list of unique values from column A - this works Expected result 2: Data validation in D17 with list of values from column B where …

  8. Determine if cell contains data validation - Stack Overflow

    I am writing a VBA code that goes through a range of cells checking if each cell has data validation (drop down menu) and if not assign one to it from a list on another sheet. I currently …

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

  10. 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 …