C
CWatters
I'm familiar with the sort ascending button - but that "sorts in place" and
I need to preserve the original table (I don't want to have to manually copy
it each time the data changes either).
I was trying to use a formulae something (but not exactly) like this to copy
and sort rows into an second table...
{=INDEX(Array, MATCH(LARGE(Column,1),0)}
{=INDEX(Array, MATCH(LARGE(Column,2),0)}
{=INDEX(Array, MATCH(LARGE(Column,3),0)}
etc
.... but it doesn't handle duplicate matches in the sort column.
can someone point me to some good examples or suggest a better way?
I need to preserve the original table (I don't want to have to manually copy
it each time the data changes either).
I was trying to use a formulae something (but not exactly) like this to copy
and sort rows into an second table...
{=INDEX(Array, MATCH(LARGE(Column,1),0)}
{=INDEX(Array, MATCH(LARGE(Column,2),0)}
{=INDEX(Array, MATCH(LARGE(Column,3),0)}
etc
.... but it doesn't handle duplicate matches in the sort column.
can someone point me to some good examples or suggest a better way?