#1   Report Post  
Posted to microsoft.public.excel.newusers
SnobbishJade
 
Posts: n/a
Default Sorting

I would like to create a workbook where I can click on the cells in row one
(the column names) and the workbook will sort the whole row according to the
values in the column. For example, I use Money 2002, and if I click on Num,
Date, or Payee, it will sort each row of data by the Number, Date, or Payee
column. In Excel, I only know how to sort each column individually, so when
I sort a column alphabetically, it doesn't move the other columns along with
them. This would be like sorting in Money by Payee but instead only the
Payees are sorted alphabetically, and the number and date values don't move
with it. I apologize for not knowing how to describe what I am trying to do
with the appropriate technical language. I have tried to learn about sorting
but it all seems very complicated. If I could learn just this one trick, I
could get my household organized without having to spend 10 hours learning
about sorting in Excel. I would be happy to read an Excel training online
but I have looked through them and I don't know which to read although I have
spent a few hours browsing and reading the wrong ones, or maybe not
understanding well enough. I am great with Outlook and all the others but
this one task eludes me. Thank you so much.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Pete_UK
 
Posts: n/a
Default Sorting

Here is a link to a website which describes sorting very well:

http://www.contextures.com/xlSort01.html

Hope you like it.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Elkar
 
Posts: n/a
Default Sorting

You might want to look into using the AutoFilter option. Highlight all of
the columns you want to be able to sort. From the Data Menu select "Filter"
then "AutoFilter".

You should now see little arrows in each of your column headers. Just click
on the arrow you want to filter/sort by and select the method you want to use.

HTH,
Elkar


"SnobbishJade" wrote:

I would like to create a workbook where I can click on the cells in row one
(the column names) and the workbook will sort the whole row according to the
values in the column. For example, I use Money 2002, and if I click on Num,
Date, or Payee, it will sort each row of data by the Number, Date, or Payee
column. In Excel, I only know how to sort each column individually, so when
I sort a column alphabetically, it doesn't move the other columns along with
them. This would be like sorting in Money by Payee but instead only the
Payees are sorted alphabetically, and the number and date values don't move
with it. I apologize for not knowing how to describe what I am trying to do
with the appropriate technical language. I have tried to learn about sorting
but it all seems very complicated. If I could learn just this one trick, I
could get my household organized without having to spend 10 hours learning
about sorting in Excel. I would be happy to read an Excel training online
but I have looked through them and I don't know which to read although I have
spent a few hours browsing and reading the wrong ones, or maybe not
understanding well enough. I am great with Outlook and all the others but
this one task eludes me. Thank you so much.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
paul
 
Posts: n/a
Default Sorting

all you have to do is select ALL the columns you want to sort then sort by
the column you want.All the rows then stay together
--
paul
remove nospam for email addy!



"SnobbishJade" wrote:

I would like to create a workbook where I can click on the cells in row one
(the column names) and the workbook will sort the whole row according to the
values in the column. For example, I use Money 2002, and if I click on Num,
Date, or Payee, it will sort each row of data by the Number, Date, or Payee
column. In Excel, I only know how to sort each column individually, so when
I sort a column alphabetically, it doesn't move the other columns along with
them. This would be like sorting in Money by Payee but instead only the
Payees are sorted alphabetically, and the number and date values don't move
with it. I apologize for not knowing how to describe what I am trying to do
with the appropriate technical language. I have tried to learn about sorting
but it all seems very complicated. If I could learn just this one trick, I
could get my household organized without having to spend 10 hours learning
about sorting in Excel. I would be happy to read an Excel training online
but I have looked through them and I don't know which to read although I have
spent a few hours browsing and reading the wrong ones, or maybe not
understanding well enough. I am great with Outlook and all the others but
this one task eludes me. Thank you so much.

  #5   Report Post  
Posted to microsoft.public.excel.newusers
SnobbishJade
 
Posts: n/a
Default Sorting

Sweet! That seems to be an easy and fool-proof method. Now I can create my
shopping list by sorting my inventory according to what I have marked with an
"x" that I am out of. My life just got so much easier!

"Elkar" wrote:

You might want to look into using the AutoFilter option. Highlight all of
the columns you want to be able to sort. From the Data Menu select "Filter"
then "AutoFilter".

You should now see little arrows in each of your column headers. Just click
on the arrow you want to filter/sort by and select the method you want to use.

HTH,
Elkar


"SnobbishJade" wrote:

I would like to create a workbook where I can click on the cells in row one
(the column names) and the workbook will sort the whole row according to the
values in the column. For example, I use Money 2002, and if I click on Num,
Date, or Payee, it will sort each row of data by the Number, Date, or Payee
column. In Excel, I only know how to sort each column individually, so when
I sort a column alphabetically, it doesn't move the other columns along with
them. This would be like sorting in Money by Payee but instead only the
Payees are sorted alphabetically, and the number and date values don't move
with it. I apologize for not knowing how to describe what I am trying to do
with the appropriate technical language. I have tried to learn about sorting
but it all seems very complicated. If I could learn just this one trick, I
could get my household organized without having to spend 10 hours learning
about sorting in Excel. I would be happy to read an Excel training online
but I have looked through them and I don't know which to read although I have
spent a few hours browsing and reading the wrong ones, or maybe not
understanding well enough. I am great with Outlook and all the others but
this one task eludes me. Thank you so much.



  #6   Report Post  
Posted to microsoft.public.excel.newusers
SnobbishJade
 
Posts: n/a
Default Sorting

It looks helpful. Thanks!

"Pete_UK" wrote:

Here is a link to a website which describes sorting very well:

http://www.contextures.com/xlSort01.html

Hope you like it.

Pete


  #7   Report Post  
Posted to microsoft.public.excel.newusers
David McRitchie
 
Posts: n/a
Default Sorting

To sort in the manner described to quickly sort on different columns, I would
suggest invoking the sort based on the column that you double click on. Which
would mean installing a double click event macro.
http://www.mvps.org/dmcritchie/excel/sorting.htm#dclick

The macro will select all of the cells internally for you, and will sort from row 2
down, the same as assuming that you have headers. You can modify the
macro to also omit the last row (based on content in Column A) if you like.
After all the Event macro would only apply to sorting the worksheet you install it with.

BTW, use of the sort buttons is very unreliable. because of the hit or miss on
whether your data has headers or not.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"paul" wrote ...
all you have to do is select ALL the columns you want to sort then sort by
the column you want.All the rows then stay together

eludes me. Thank you so much.


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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Sorting Data in ascending order sharon2006 Excel Discussion (Misc queries) 1 March 14th 06 01:07 AM
sorting non contiguous ranges gsh20 Excel Discussion (Misc queries) 1 September 8th 05 04:50 PM
Sorting 1, 1A, 2, 2A, 3, 4, 4A, 4B . . . agc1234 Excel Discussion (Misc queries) 6 May 26th 05 08:02 PM
SORTING question Rebecca New Users to Excel 3 February 24th 05 05:35 PM


All times are GMT +1. The time now is 05:10 AM.

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"