I'm setting up a main spreadsheet to try and organize data from multiple different spreadsheets. Is it possible to import the data from the different spreadsheets and have the data automatically organize according to similarities between the main and secondary spreadsheet's headers?
For example, my main spreadsheet & secondary spreadsheet both have "Domain", "Region", and "Language" headers, but the secondary doesn't have "Status", "Contact" fields. When I import, I want Sheets to look at the "Domain" field from both and populate in the correct column, but ignore the missing "Status" field.
Right now, using Sheet's IMPORTRANGE function, as well as import tool, all I'm getting is a simple copy and paste where it just puts the imported data in the same format / organization without regard to the target (main) spreadsheet's data schema.