Quote:
Originally Posted by Remko
How can I make result table to always be correct without any manual calculation or use of macros?
|
Use Google sheets!
Code:
=SORT({Sheet2!A2:D;Sheet3!A2:D;Sheet4!A2:D}
or:
Code:
=query({Sheet2!A1:D;Sheet3!A2:D;Sheet4!A2:D},"select * where Col1 is not null",1)