Setting a default sort for a range

C

cHris

How do I set a default data sort on a selected range in Exel. I select from
the collumn that the data need to be sorted on. But I have to select
decending all the time and select no header row all the time. All I want to
do is select the range to sort and hit OK.
 
D

Don Guillett

Have a look in help index for OFFSET and
It might be best to define a name for the range to sort
insert>names>define>name it anything you desire (sortrange)>in the refers to
box
=offset($a$2,0,0,counta($a:$a),6)
 

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

Top