1
votes

Is it possible to use data from multiple sheets in drop down or data validation in google spreadsheet?

Example:

Highlighted would be name of the sheet.

http://3.bp.blogspot.com/-NLSx-SfDonE/Ul-27CPjnZI/AAAAAAAAEmk/fgDqM70ezVA/s1600/1.png

1

1 Answers

0
votes

You could use arrayformula to copy the data from each sheet onto the current sheet as a block of columns, then use a rectangular range to create the drop-down list:

Screenshot showing multi-sheet drop-down in Google Sheets

Example in Google Sheets