About 19,700 results
Open links in new tab
  1. 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 -> …

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

  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 …

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

    Apr 8, 2025 · 0 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. 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 …

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

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

  8. How to Create an excel dropdown list that displays text with a …

    Nov 28, 2011 · 80 Data validation drop down There is a list option in Data validation. If this is combined with a VLOOKUP formula you would be able to convert the selected value into a …

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

  10. Create a manual data validation list in Excel - Stack Overflow

    Aug 31, 2022 · It is my understanding according to these articles (link1, link2), that I can do so by going to a cell, going to data > data validation. Select List from the allow dropdown and then in …