Google Sheets Data Validation dropdown from single cell CSV

折月煮酒 提交于 2021-02-11 12:41:12

问题


Is there a way to create Data Validation drop-down list from a CSV string located in a single cell? I know how to create data validation drop down and manually input those items, but I want to be able to refer to a cell with the CSV string of all items to create the dropdown. Thanks.


回答1:


unfortunately, this is not yet possible in Google Sheets. CSV values need to be each in a separate cell. also, formulae as range input are not supported either.



来源:https://stackoverflow.com/questions/57981906/google-sheets-data-validation-dropdown-from-single-cell-csv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!