Sorting

  • Thread starter Thread starter caseysmydog
  • Start date Start date
C

caseysmydog

On my spreadsheet I have 3 rows of headings that are not named...I just typed
across the cells until I had what I needed.
The 4th, and subsequent, rows start with a name in cell A4 which has been
widen to accommodate the entire name. A5 would have a name and so on.
Question: How do I sort by name, A4 etc., without getting the headers
involved?
Do I name the A column and refer sort to that and if so, how do you name
that area?
Thanks
 
You name an area from the insert menu something like this:

Insert -> Name-> Define
On the top box you key in the name you want to use and in the bottom you
select the range that will refer to this name.
 
Very new at Excel...
Where does this info you suggested go? Is that XlNo?
-- Thanks
David
 
Select A4:H100 assuming you have that many columns and rows.

Insert>Name>Define

Give the range a name like MyRange>OK

Now in the NameBox to left of formula bar select MyRange then Data>Sort

Uncheck "my range has header row".

Select column A from the dropdown and Ascending>OK

The three rows above will be excuded from the sort operation.

You could actually make MyRange dynamic so's new rows are added to the range
as you expand the data.

See Debra's site for help on dynamic ranges.

http://www.contextures.on.ca/xlNames01.html#Dynamic


Gord Dibben MS Excel MVP
 
My BIG thanks for helping me with this project...thanks to you it's up and
working...
 

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