7

I'm working with one Spreadsheet named "geral" (General, in Portuguese), where I saved all informations and the column A saves the Names of the people. I created another sheet just to see some columns from 'Geral' Sheet, and I entered the following formula in A1 cell:

=QUERY(geral!1:994; "select A,F,L,M order by A"; 1)

. It doesn't work, but if I wrote ... order by A desc it works well.

How can I write the query to see the data in "ABC" order, and not just descending?

tehhowch
  • 9,645
  • 4
  • 24
  • 42
Michel Sender
  • 71
  • 1
  • 1
  • 3

1 Answers1

22

Look lower down your sheet. Blanks are being sorted first.

pnuts
  • 58,317
  • 11
  • 87
  • 139