About 1,430,000 results
Open links in new tab
  1. How to Create an excel dropdown list that displays text with a numeric ...

    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 number. The steps in …

  2. 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 menu. Enter your …

  3. Create a dropdown list of numbers in sequence - Stack Overflow

    Sep 25, 2023 · To create a comma-delimited list for your drop-down menu, click Source, input the text or numbers, and then click OK. 1st -> Choose the cells in which you want the lists to appear.

  4. Is it possible to create a drop down in Excel with no text just color ...

    Feb 25, 2021 · As the title says, I would like to create a dropdown with no text only color options to fill the cell. I'd like to give only a few specific options to the user, for convenience and simplicity. It w...

  5. 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 month : 1...

  6. Programmatically add a drop down list to a specific cell

    Jun 1, 2015 · 4 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 (i,j) for example …

  7. Excel Drop Down in Shared Mode - Stack Overflow

    Dec 5, 2014 · When I change my excel workbook to shared mode and try to copy and paste rows that have drop down lists (Data validation List), the drop down disappears. It works fine as long as the …

  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 validation tool itself as …

  9. OpenPyXL: Is it possible to create a dropdown menu in an excel sheet?

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

  10. Excel dropdown with name/value pairs - Stack Overflow

    Create Excel dropdowns with name/value pairs using data validation and named ranges for efficient data management and selection.