I've also tried the general format.
This is a very simple sort: select X rows Data->Sort [Sort Col A,
Ascending, No header row]
Thank you
Maybe you could change the value returned to something that would put them at
the bottom of the sort:
=if(isna(vlookup(...)),"zzzz",vlookup(...)))
Then do what you have to do after the sort (delete those rows or adjust the
formula???).
Another option would be to add a helper column and fill it with a formula like:
=if(a2="","zzzzzzzz",a2)
And drag down.
Then sort your data by this column. Delete the column (or hide it) when you
don't need it.
--
Dave Peterson