Can you sort data & output to another worksheet?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to be able to sort a list of data and have the output placed in a
second worksheet, so I can see both the original and sorted lists. The
Data>Sort function does not appear to give the option of placing the sorted
data in another location. Does anyone know a way to accomplish this?
 
Hi!

You could do it using VBA.

But you might like to try without:

Copy the worksheet within your workbook.
Do the sort on this duplicate sheet.
Now you have the original and the sorted lists at your disposal.

Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top