About 50 results
Open links in new tab
  1. validation - Excel dropdown to entire column - Stack Overflow

    Mar 15, 2015 · How to copy a dropdown menu (data validation) to entire column in Excel (only rows that having something else too). And, in this case, how to leave row for the header?

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

  3. 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 column A = …

  4. 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 to that cell …

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

  6. excel - Data Validation Error from Filter Formula - Stack Overflow

    Feb 27, 2023 · I want to build a dynamic data validation list based on a region one chooses. I have a list of branch names and a list of region names in columns A and B, respectively. Moreover, someone …

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

  8. Excel Data Validation - Remove Header - Stack Overflow

    Nov 4, 2022 · 1 I've got a Data Validation in one worksheet, where its source is a full column in another worksheet in the same workbook, which gets it's info from an Access Database. The table from …

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

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