About 23,500 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. 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 …

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

  5. How to use SEQUENCE formula in Excel data validation

    Nov 2, 2024 · I want to use this list as data validation, so I tried Data... Data Tools menu, in Data Validation I select Custom, then enter the formula =SEQUENCE(C4,1,C3) But I don't get any …

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

  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. 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 - how to I get data validation go into new row I added below …

    Aug 14, 2023 · If possible, format your data as a Table. When you add a new row to a table, the Data Validation rules and calculated formulas are automatically applied to the new row.

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