I am facing the issue, that during a query I get auto sorting of the group of results. The code is following: =QUERY('Sheet1'!A1:H;"select A, sum(H) where A is not null group by A ";1)
I would like to keep the original order of elements and not want to get a sorted list.
I would appreciate any help in this topic.
Thank you in advance.