About 331,000 results
Open links in new tab
  1. How do I change the font size and color in an Excel Drop Down List?

    18 I was wondering if its possible to Style a Drop Down List in Excel. The text is rather small and has no styling and I was wondering if the drop down list styling could be changed? What would …

  2. Adding same drop-down value to multiple cells simultaneously

    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 …

  3. Change the fill color of a cell based on a selection from a Drop …

    Aug 20, 2016 · In Excel 2010 it is easy, just takes a few more steps for each list items. The following steps must be completed for each item within the validation list. (Have the worksheet …

  4. Edit or export drop down lists in Excel - Stack Overflow

    May 7, 2013 · Working on an existing spreadsheet which contains two dropdown lists. Is it possible to export or edit data from these drop lists?

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

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

    Jul 25, 2018 · Here is an alternative line of code to generate a drop down list using Python in an Excel file. Please note, the parameter "showDropDown" is counter intuitive (acts opposite of …

  7. Excel data validation with suggestions/autocomplete

    Nov 7, 2013 · Allow = List. Source = [the range with the values you want for the auto-complete / drop-down]. Click OK. You should now have a drop-down but with a weak auto-complete …

  8. Excel VBA - Multiple selections for drop-down list on several …

    Apr 28, 2023 · I'm using VBA code to enable selecting several options on a drop-down list, but I can only make it work on one column. Here's the code I'm using: Private Sub …

  9. excel - Use common dropdown across multiple worksheets to …

    May 1, 2020 · You can insert combo box (Developer Tab > Insert > Form Controls > Combo Box) on each sheet. Mention linked cell as a cell of the summary sheet (Absolute reference with …

  10. powerapps: populate drop down list from another datasource

    Oct 20, 2016 · On the add/edit screen this asks the user to enter the " CustomerID ". I want to be able to use a drop down menu to search the list of customers. So far I have: Added an …