Forum Discussion
ASourKraut
Aug 18, 2025Copper Contributor
Create a drop down list in Excel on Sharepoint
I keep trying to create a drop down list in Excel on Sharepoint by going to data validation, select list and then I select the data for the list in the 5 rows I created on another tab (just like you ...
Kidd_Ip
Aug 19, 2025MVP
Try to fix by the following:
- Use a Named Range
- Go to the sheet with your list (in the desktop app).
- Select the 5 cells you want to use.
- Go to Formulas → Define Name → Give it a name like DropdownOptions.
- Then go to your dropdown cell → Data Validation → List → Type:
=DropdownOptions
- Save and upload the file back to SharePoint.
- Move the List to the Same Sheet
- Copy the 5 options to a hidden column on the same sheet.
- Use that range directly in your data validation.
- Use Excel Desktop to Set It Up
- Open the file in Excel Desktop.
- Set up the dropdown using the full feature set.
- Save and sync it back to SharePoint.
- Excel Online will usually respect the validation once it’s already in place.