sorting table

sobik

New Member
Joined
Nov 9, 2005
Messages
15
hello again :)

i have a sheet that looks something like this:

Code:
number --- version --- date
     1 ---       1 --- 23.2.2005
     1 ---       2 --- 23.2.2005
     2 ---       1 --- 17.1.2005
     2 ---       2 --- 18.3.2005
     2 ---       3 --- 19.3.2005
     3 ---       1 --- 24.3.2005

an so on. i need to have it sorted by the date of the version 1. i don't care about the numbers in the first column, but all versions of one document must stay together.

any ideas?

thanks a lot!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Unless I'm missing something here....

Does:

Data>Sort --> Sort by Version, then by Date

answer what you need here? If not, please post back and be a little more descriptive. :wink:
 
Upvote 0
okay. i need it to look like this:
Code:
number --- version --- date 
     2 ---       1 --- 17.1.2005 
     2 ---       2 --- 18.3.2005 
     2 ---       3 --- 19.3.2005 
     1 ---       1 --- 23.2.2005 
     1 ---       2 --- 23.2.2005 
     3 ---       1 --- 24.3.2005
i need all versions (1, 2, 3...) of one document (the same number) stick together

is it more descriptive?

thanks a lot
 
Upvote 0
Bump, I need help with this too.

I have data in many columns, and one column contains the date. I want all the rows to be sorted based on the date, but all other columns must stick with the date.

How do I do this?

Thanks,

Thomas
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,435
Members
448,898
Latest member
dukenia71

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top