Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Sorting excel worksheet data, and ALWAYS maintain "row data" (in l

We have a spreadsheet with approx. 3000 rows and 9 columns.

We want to sort the data so that the "row data" always stays in tact.
And then go back to when column "A" is back in alphabetical order, again.

EXAMPLE: If we want to sort for a certain gearbox or coupling.
We want ALL the date in each row kept in tact, so we can see what jobs use
the same gearbox or coupling, when sorted.
You can email me if you want..
I can send a copy of the spreadsheet if you like, or helpful.
Thanks,
Dave Clemens
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Sorting excel worksheet data, and ALWAYS maintain "row data" (in l

the simple answer is to select all before you sort.
there are other things you can do such as writing a macro to ensure you
select all before sort
you can use auto filter sort and all will be sorted.
the only question is how complex do you need to be

"Dave86" wrote:

We have a spreadsheet with approx. 3000 rows and 9 columns.

We want to sort the data so that the "row data" always stays in tact.
And then go back to when column "A" is back in alphabetical order, again.

EXAMPLE: If we want to sort for a certain gearbox or coupling.
We want ALL the date in each row kept in tact, so we can see what jobs use
the same gearbox or coupling, when sorted.
You can email me if you want..
I can send a copy of the spreadsheet if you like, or helpful.
Thanks,
Dave Clemens

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Sorting excel worksheet data, and ALWAYS maintain "row data" (

if you want the spaces to show back up, your best bet would be to add a
column and fill it with sequencial numbers. Then sort on this column when
you want things to go back to what they were originally.

the 800 before 88
these are probably text values, even though they look like numbers.
depending on whether there could be spaces or non print characters in the
cell you can convert them to numbers
enter 1 in an empty cell copy it.
select all of the cells with potencial text looking like numbers and paste
special multiply.
if you are lucky they will now be numbers
if they dont work, you may have to use a helper column with
=value(trim(clean(A1)))
there can still be charaters such as char(160),char(10), etc that will have
ot be removed

"Dave86" wrote:

It's not complicated at all, just imperative that the row data does not move.
I also notice if I put spaces into the file, when I sort, it takes the
spaces out.
I have another question, too....about sorting preferences.
One of my columns sorts the numbers so that 800 comes before 88..
Where's that fix?
You can email me personally..

Thanks, again, Dave

"bj" wrote:

the simple answer is to select all before you sort.
there are other things you can do such as writing a macro to ensure you
select all before sort
you can use auto filter sort and all will be sorted.
the only question is how complex do you need to be

"Dave86" wrote:

We have a spreadsheet with approx. 3000 rows and 9 columns.

We want to sort the data so that the "row data" always stays in tact.
And then go back to when column "A" is back in alphabetical order, again.

EXAMPLE: If we want to sort for a certain gearbox or coupling.
We want ALL the date in each row kept in tact, so we can see what jobs use
the same gearbox or coupling, when sorted.
You can email me if you want..

I can send a copy of the spreadsheet if you like, or helpful.
Thanks,
Dave Clemens

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
Excel 2003 - Charts - "Data Range" and Date/Time data on X-Axis erik Charts and Charting in Excel 1 August 20th 07 02:50 PM
Always show data from "Yesterdays" date from another worksheet bran100 Excel Worksheet Functions 2 March 14th 07 07:45 PM
Import HTML data into Excel - data in "1-1" format translates to J PaulT Excel Discussion (Misc queries) 2 December 6th 06 06:28 AM
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" Dennis Excel Discussion (Misc queries) 0 July 17th 06 02:38 PM
Sorting "data" in pivot table exceltwister212 Excel Discussion (Misc queries) 1 January 30th 06 08:26 PM


All times are GMT +1. The time now is 04:28 AM.

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"