
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 …
Data Validation List based on Matched Cell Reference
Jun 27, 2025 · I am seeking help with an Match Based Array that is compatible for Data Validation List / Cell Drop Down. Basically what I need is a Drop down list with options based on a Cell Reference …
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 …
How to Create an excel dropdown list that displays text with a numeric ...
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 number. The steps …
excel - Create a dropdown list of numbers in sequence - Stack Overflow
Sep 25, 2023 · A list for Data Validation has to be either a hard-coded, comma-separated list entered directly into the Source box else a reference to a range of worksheet cells. Suggest you use the …
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 dropdown.
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 …
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 …
excel - how to enter free-form text in cell with drop-down-list ...
I'm having to do a little bit of user data validation in Excel which will be used for application upload. I have a list of values (LOVs) that I'm providing in a drop down box in an Excel. That's easy. Is there a …
excel - How to add data validation to a cell using VBA - Stack Overflow
2 If you get confused with setting the options of data validation, I will suggest "recording" a macro and diving into the codes there. For example, I just complete a sub to configure data validation for cells in …