Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steve
 
Posts: n/a
Default Sorting data

Hi
Is it possible to group data together so that it stays together when I sort
it alphabetically? I'd like to make a list for example, Police, Fire and
Ambulance stations. In cell a1 would be Police followed in b1, b2, b3, etc
the names of the stations. Then in c1,c2,c3 etc the relevant telephone
numbers. Then in a 4 would be Fire, followed by b4, b5, b6 etc the names of
the fire stations and then their tel numbers in c4, c5, c6 etc.The same
applies to Ambulance. Then I'd like to sort col A and keep col b and col c
together under the proper emergency service
Hope you can understand what I mean
TIA
Steve


  #3   Report Post  
Bill Ridgeway
 
Posts: n/a
Default

Excel doesn't (to my knowledge) allow you to set up a number of sort
templates so that you can easily sort data in a number of ways. You have to
set it up every time. One way around this is to set up a data field to
concatenate the data in the required order (SORT1 may be =A1&B1&C1 and SORT2
may be B1&A1&C1). You then have to sort on only one field to effectively
sort on a number of fields. This is also useful if you need to sort on more
than the three fields allowed. In this form it is only a sort on a
'string'. You may have to include something like 'value(An)' to sort by
value. Unfortunately you cannot sort by descending order.

Regards.

Bill Ridgeway
Computer Solutions

"Nick Hodge" wrote in message
...
Steve

If I understand, you can only realistically do this by putting Police in
A2, A3, etc. That is list the service multiple times. That way you can
then sort on service and then station

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Steve" <swr1953(at)yahoo(dot)co(dot)uk wrote in message
...
Hi
Is it possible to group data together so that it stays together when I
sort it alphabetically? I'd like to make a list for example, Police, Fire
and Ambulance stations. In cell a1 would be Police followed in b1, b2,
b3, etc the names of the stations. Then in c1,c2,c3 etc the relevant
telephone numbers. Then in a 4 would be Fire, followed by b4, b5, b6 etc
the names of the fire stations and then their tel numbers in c4, c5, c6
etc.The same applies to Ambulance. Then I'd like to sort col A and keep
col b and col c together under the proper emergency service
Hope you can understand what I mean
TIA
Steve





  #4   Report Post  
Rodney
 
Posts: n/a
Default


If you need to print the result,
add another column in between and insert if(a2=a1,"",a2)

Use A <only to sort, and B and C to print i format as you desire.

HTH



| Steve
|
| If I understand, you can only realistically do this by putting Police in A2,
| A3, etc. That is list the service multiple times. That way you can then
| sort on service and then station
|
| --
| HTH
| Nick Hodge
| Microsoft MVP - Excel
| Southampton, England



  #5   Report Post  
Rodney
 
Posts: n/a
Default

Ooops,

Sort using A as the initial sort criteria,
along with other columns that are required
(eg C and D) leave B containing the formula out of the sort





| If you need to print the result,
| add another column in between and insert if(a2=a1,"",a2)
|
| Use A <only to sort, and B and C to print i format as you desire.
|
| HTH
|
|
|
| | Steve
| |
| | If I understand, you can only realistically do this by putting Police in A2,
| | A3, etc. That is list the service multiple times. That way you can then
| | sort on service and then station
| |
| | --
| | HTH
| | Nick Hodge
| | Microsoft MVP - Excel
| | Southampton, England
|
|
|




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking between worksheets- then sorting data sahamill Excel Worksheet Functions 1 March 15th 05 05:25 AM
how do you prevent data from changing values when sorting linked . Cassie Excel Discussion (Misc queries) 0 March 4th 05 10:45 AM
Sorting Data and Formula help... Jambruins Excel Discussion (Misc queries) 3 March 2nd 05 02:29 PM
data sorting problem Pong Excel Worksheet Functions 0 February 18th 05 05:39 PM
Help in Sorting Data Please! Dawn Boot-Bunston Excel Worksheet Functions 2 November 24th 04 07:43 PM


All times are GMT +1. The time now is 04:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"