About 11,500,000 results
Open links in new tab
  1. Data validation list based on combination of two dynamic lists

    Jul 18, 2022 · The content of the validation list should be based on values entered in two other tables which are defined as dynamic named ranges (say list1 and list2). I need my validation …

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

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

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

  5. Why doesn't work FILTER function in data validation list?

    F3:offset(F3, counta(F3:F1000)-1,0,1,1) making sure no 'obstructions' in column containing helper function - which is advisable for Office 365 users too. Step 3) Proceed with Validation List …

  6. Why Excel is showing this error when I try to do data validation

    Aug 11, 2022 · When using "Lists" for data validation in excel spreadsheets, you must specify a range either horizontal (A1:J1) or vertical (A1:A10). This means you are not will be able to …

  7. Is there a rule-of-thumb for how to divide a dataset into training …

    Assuming you have enough data to do proper held-out test data (rather than cross-validation), the following is an instructive way to get a handle on variances: Split your data into training and …

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

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

  10. Simple way to remove blank cells dynamic dropdown list Excel

    Feb 27, 2014 · For data validation, select List and the Source as =CarModels Now if you add new items or delete row (s) from the table, the dropdown will reflect the source list without having …