I know how to import data from ONE spread sheet to another:
=IMPORTRANGE(spreadsheet_key, range_string)
Source: https://support.google.com/docs/answer/3093340?hl=en&ref_topic=3105411
But how do I import MULTIPLE spread sheets into one "master spread sheet"?
Something like this:
=IMPORTRANGE(spreadsheet_key, range_string),IMPORTRANGE(spreadsheet_key, range_string),IMPORTRANGE(spreadsheet_key, range_string)
All spread sheets have the exact same structure.
I want all data in the same sheet in the same columns.
Preferebly I would like to import all spread sheets automaticly that are placed in one folder into the "master spread sheat".