About 487,000 results
Open links in new tab
  1. Programmatically add a drop down list to a specific cell

    Jun 1, 2015 · I would like to know how I can programmatically add a drop down list to a specific cell of an Excel worksheet using VBA, I would like to be able to add a drop down list to cells …

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

  3. create a drop down list in excel using python - Stack Overflow

    Jan 12, 2021 · I'd like to create a simple drop down list in excel using python, that contains : the first cell alow me to filter by year :2020 2021 2022 ..2024 the second cell allow me to filter by …

  4. OpenPyXL: Is it possible to create a dropdown menu in an excel …

    Jul 25, 2018 · "Drop Down" lists can be done fairly easy with openpyxl, so called "data validation" in Excel, can you provide the contents of iptc,or a list of some examples ips, or how are they …

  5. excel - Adding same drop-down value to multiple cells …

    Sep 24, 2014 · 3 I was wondering how to add the same drop-down value (e.g. Yes or No) to multiple cells in the column at the same time? I tried selecting individual cells that I need to fill …

  6. Excel: Creating a dropdown using a list in another sheet?

    Oct 16, 2013 · Select your range and enter a new name: Select your cell that you want a drop down to be in and goto data tab -> data validation. Select 'List' from the 'Allow' Drop down …

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

    Nov 28, 2011 · 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 …

  8. excel - Create Drop-Down List Using a Formula (Without Data …

    Mar 9, 2015 · I'm trying to dynamically change the data validation type of a cell (i.e. switch between free text, or a list, or a date etc) without VBA. I can't seem to do so using the data …

  9. Use comma separated values in a cell as drop down options [Excel …

    Mar 14, 2018 · Ok, so I know that I can add some comma separated values to the Data Validation Source like this : But what happens if I have a cell that contains those comma separated …

  10. Excel Function Macro: Creating a drop down list - Stack Overflow

    Nov 19, 2018 · Step 3. Create your in-cell drop-down, referencing the name you just created (which in turn links to the VBA function). Now you'll get a list when the cell to the left has …