About 1,853,222 results (3,405 milliseconds)

Multi Selection Drop Down List - Google Docs Editors Community

https://support.google.com/docs/thread/246481132/multi-selection-drop-down-list?hl=en
Dec 1, 2023 ... Multi Selection Drop Down List. Why doesn't Google Sheets not have a built in function to select multiple items in a drop down ...

Multiple selection in drop down menu - Google Docs Editors ...

https://support.google.com/docs/thread/244280661/multiple-selection-in-drop-down-menu?hl=en
Nov 16, 2023 ... I'm unfamiliar with coding, so if there's an easy step-by-step process of how to make these changes would be greatly appeciated. https://docs.

Hi, I want to be able to select multiple items from a drop down list ...

https://support.google.com/docs/thread/185719188/hi-i-want-to-be-able-to-select-multiple-items-from-a-drop-down-list?hl=en
Oct 25, 2022 ... ... making the spreadsheet much larger, or help with the script to make multiple selections work? https://docs.google.com/spreadsheets/d ...

Multi-select Dropdown in Sheets - Google Docs Editors Community

https://support.google.com/docs/thread/255871785/multi-select-dropdown-in-sheets?hl=en
Jan 28, 2024 ... Is there a way to create a multi-select dropdown in Google Sheets? For example, I am hoping to select multiple channels in the list dropdown list.

Multiple selection in drop down menu - Google Docs Editors ...

https://support.google.com/docs/thread/128693153/multiple-selection-in-drop-down-menu?hl=en
Oct 1, 2021 ... You can add more items to the list on the "data" tab and they will be added to the drop-downs to be able to select them. You can then select ...

Google Sheets Dropdown multiple selections - Google Docs Editors ...

https://support.google.com/docs/thread/202562641/google-sheets-dropdown-multiple-selections?hl=en
Feb 18, 2023 ... I'm trying to make a column with the ability to select multiple choices from a drop down. I've downloaded and tried the templates available online and via ...

Create an in-cell dropdown list - Computer - Google Docs Editors Help

https://support.google.com/docs/answer/186103?hl=en&co=GENIE.Platform%3DDesktop
"Allow multiple selections" can only be enabled for chip format dropdowns. On mobile, you currently can't select multiple dropdown options even when multiple ...

Drop Down List - Select Multiple Items

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/Rpyp7S9xejg
I need to select multiple items from a drop-down list that I created because ... dropdown list in excel? Thanks Anubha. [email protected]'s profile photo. kre ...

multiple items from a drop down - Google Docs Editors Community

https://support.google.com/docs/thread/1993362/multiple-items-from-a-drop-down?hl=en
Mar 2, 2019 ... I would like to select multiple items from a drop down list in a cell. When i created the list in data validation, it only allows me one choice from my list of ...

Count how many times a selection from a multi-selection drop down ...

https://support.google.com/docs/thread/299336887/count-how-many-times-a-selection-from-a-multi-selection-drop-down-menu-appears?hl=en
Sep 29, 2024 ... I am using a Multiple Select dropdown menu. I want to go down my ... spreadsheet was created back in March of 2020. James :) Original ...

Make multiple selection in a dropdown list - Google Docs Editors ...

https://support.google.com/docs/thread/92478329/make-multiple-selection-in-a-dropdown-list?hl=en
Jan 7, 2021 ... Hi There,. Your sheet is currently View Only. Could you change the link-sharing settings to make those with a link an Editor, rather ...

Error with Adding Extra Rows to Dependent Drop Down Columns ...

https://support.google.com/docs/thread/161459431/error-with-adding-extra-rows-to-dependent-drop-down-columns?hl=en
Apr 28, 2022 ... Furthermore, I am also running into an issue when trying to create multiple "Line Item Expenditure Tracker" sheets in the same spreadsheet, for ...

Want to sum multiple values based on multiple drop down chips ...

https://support.google.com/docs/thread/318111059/want-to-sum-multiple-values-based-on-multiple-drop-down-chips?hl=en
Jan 11, 2025 ... ... select multiple dropdown chips ... I'd like to create a formula to sum the value form column 2 of the table of all selected drop down chips.

How to select multiple items in drop-down menus, in multiple ...

https://support.google.com/docs/thread/106251516/how-to-select-multiple-items-in-drop-down-menus-in-multiple-columns-of-a-sheet?hl=en
Apr 15, 2021 ... I'm trying to create a Sheet that will give users an easy way to select multiple items from a drop-down list — and I would have multiple columns ...

Prevent duplication with Multiple Select Dropdown - Google Docs ...

https://support.google.com/docs/thread/228720917/prevent-duplication-with-multiple-select-dropdown?hl=en
Aug 3, 2023 ... I am using this to select multiple values from a dropdown list: function onEdit(e) { var oldValue; var newValue; var ss=SpreadsheetApp.getActiveSpreadsheet();

Cannot select multiple values from downdown when on mobile app ...

https://support.google.com/docs/thread/295887221/cannot-select-multiple-values-from-downdown-when-on-mobile-app?hl=en
Sep 10, 2024 ... I've created a Google sheet with dropdowns that can have multiple options selected. This works fine in Chrome/on laptop, but when I use the ...

Create an in-cell drop-down list - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/186103?hl=en-GB&co=GENIE.Platform%3DDesktop
'Allow multiple selections' can only be enabled for chip format drop-downs. On a mobile, you currently can't select multiple drop-down options even when ...

Need help for budgeting sheet: Summing up cells based on drop ...

https://support.google.com/docs/thread/26208436/need-help-for-budgeting-sheet-summing-up-cells-based-on-drop-down-menu-selection?hl=en
Jan 20, 2020 ... ... making cells add up based on a selected category by drop-down menu. I have made the drop down menu, the goal is to enter a single expense, ...

Drop down list for multiple worksheets in a sheet? - Google Docs ...

https://support.google.com/docs/thread/320638270?hl=en&msgid=320640537
Jan 25, 2025 ... When you create your data validation rule, in the range criteria near the top, it has the option to add a range. When you select that, and a pop ...

How to pull data from multiple drop-down lists to find most frequent ...

https://support.google.com/docs/thread/183131679/how-to-pull-data-from-multiple-drop-down-lists-to-find-most-frequent-choices-to-least-frequent?hl=en
Oct 9, 2022 ... I've created a simple list using data validation with items in a cell. ... "select Col1,count(Col1). where Col1 is not null. group by Col1. label ...