Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Sorting after my worksheet has input I want to save

(part 1) I have a simple worksheet. I want to sort just one column the very
1st column, but the info to the right are addresses and such that need to
stay with the correct input on the right? It's miss placed when I sort.
(part 2) After I find a way to sort what has already been input, how can I
keep my spreadsheet to sort with out doing it everytime I input.
Thank you! Suzie

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Sorting after my worksheet has input I want to save

Part 1:
Select all of your data before sorting, and use the Data - Sort command.
Select appropriate column.

Part 2:
While this is *technically* feasible using a worksheet_Change event (VBA)
I'd recommend against it. Otherwise, if you mistyped and left the cell, BAM!
there goes your data, and you have to search for it. It's much easier to just
input all your data and sort when you're down, IMO.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"suzie" wrote:

(part 1) I have a simple worksheet. I want to sort just one column the very
1st column, but the info to the right are addresses and such that need to
stay with the correct input on the right? It's miss placed when I sort.
(part 2) After I find a way to sort what has already been input, how can I
keep my spreadsheet to sort with out doing it everytime I input.
Thank you! Suzie

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Sorting after my worksheet has input I want to save

hi
1. select ALL the columns when you sort and use the first column as the
primary sort key.
2. you will need to sort each time you enter data. but you can make it easy
by recording a macro and perhaps assing the macro to button on a tool bar.
that way the sort would be just a button click.

regards
FSt1

"suzie" wrote:

(part 1) I have a simple worksheet. I want to sort just one column the very
1st column, but the info to the right are addresses and such that need to
stay with the correct input on the right? It's miss placed when I sort.
(part 2) After I find a way to sort what has already been input, how can I
keep my spreadsheet to sort with out doing it everytime I input.
Thank you! Suzie

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
macro to save as a data input by user file name from a designated Brian Excel Discussion (Misc queries) 2 November 20th 07 04:00 AM
Require mandatory info input in order for Exel to save changes. VHG Excel Worksheet Functions 3 May 31st 07 12:40 PM
Input original save date djarcadian Excel Discussion (Misc queries) 1 June 2nd 06 10:01 PM
Disallow File Save if No Input in Cells? Dan Raab Excel Discussion (Misc queries) 2 January 9th 06 06:37 PM
Worksheet Buttons (Save, Save As, Cut, Paste, etc.) Not Working SuzieQ12345 Excel Worksheet Functions 5 January 21st 05 02:57 PM


All times are GMT +1. The time now is 08:16 PM.

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

About Us

"It's about Microsoft Excel"