Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automaticaly sorting a column in Excel 2

Status
Not open for further replies.

fanch72

IS-IT--Management
Joined
Mar 7, 2003
Messages
65
Location
SE
Hi!
I have a table generating a column with numbers, all numbers are different. On the next worksheet I want to sort those numbers in an ascending way. I want this to be fully automatic so that the user doesnt need to press a button. Can anyone help me? Thanks a lot!
Francois
 
In the next worksheet create formulae like
=SMALL(RangeToTest,1)
in the first cell, increasing the 1 to 2 for the 2nd formula, and to 3 for 3rd, and so on, until all the figures have been retrieved from the required range, in ascending order.

Glenn.
 
You could use a pivot table and set it to sort (under advanced in field properties) and have the pivot update by a macro triggered by an action (choosing the second sheet for instance)

Regards

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top