Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9788

Sorting by date on a master spreadsheet with data imported from other spreadsheets

$
0
0

I have 4 spreadsheets importing data from cells A2:V, each spreadsheet auto sorts on edit by date (column 17), but when I ask the master sheet to auto sort by column 17, it sorts them by date but also by each spreadsheet for instance spreadsheet 1 is sorted first with spreadsheet 2 underneath, and so on. I need the master to ignore the source when sorting. I assume this has to do with my formula in A2 of the master sheet. How can I fix this?

Formula in A2

={filter(IMPORTRANGE("spreadsheet1 link", "A2:V"), LEN(IMPORTRANGE("spreadsheet1 link", A2:A))>0);filter(IMPORTRANGE("spreadsheet2 link", "A2:V"), LEN(IMPORTRANGE("spreadsheet2 link", A2:A))>0);filter(IMPORTRANGE("spreadsheet3 link", "A2:V"), LEN(IMPORTRANGE("spreadsheet3 link", A2:A))>0);filter(IMPORTRANGE("spreadsheet4 link", "A2:V"), LEN(IMPORTRANGE("spreadsheet4 link", A2:A))>0)}


Viewing all articles
Browse latest Browse all 9788

Trending Articles