Google-sheets – Copy Multiple Cells with Data Validation from one Google Sheets to Another

google sheetsgoogle-sheets-data-validation

I need to copy the data validation info from a column in Google Sheet (multiple cells in that column with data validation) to another Google Sheet. When doing the regular copy/paste or copy/paste Data Validation only, nothing is being "pasted".

Any idea/help would be appreciated.

Best Answer

You cannot paste validation from one Google sheet to another.
Google Sheets does not currently have such a built-in solution.
On the other hand, when on the same sheet you can use the Paste special feature.

An alternative would be to pull your values from the other sheet for dynamic Data validation


paste data validation

In case you really need such functionality, you could do that using a script as mentioned here.