Best way to sort one list based on another?
|
07-05-2015, 06:03 AM
(This post was last modified: 07-05-2015 06:04 AM by Tyann.)
Post: #6
|
|||
|
|||
RE: Best way to sort one list based on another?
Hello
I suggest Code:
SORTM({{5,2,3,1},{100,200,300,400},{"A","B","C","D"}}) return {{1,2,3,5},{400,200,300,100},{"D","B","C","A"}} SORTM({{5,2,3,1},{100,200,300},{"A","B","C","D"}}) return Erreur SORTM({{5,2,3,1},{100,200,300,400},{"A","B","C","D","X","H"}}) return {{1,2,3,5},{400,200,300,100},{"D","B","C","A","X","H"}} Hoping that it will be useful. Sorry for my English (Google traduction) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Best way to sort one list based on another? - BruceH - 07-04-2015, 10:40 AM
RE: Best way to sort one list based on another? - roadrunner - 07-04-2015, 02:52 PM
RE: Best way to sort one list based on another? - DrD - 07-04-2015, 06:51 PM
RE: Best way to sort one list based on another? - StephenG1CMZ - 07-04-2015, 08:00 PM
RE: Best way to sort one list based on another? - BruceH - 07-04-2015, 09:53 PM
RE: Best way to sort one list based on another? - Tyann - 07-05-2015 06:03 AM
RE: Best way to sort one list based on another? ANSWERED - BruceH - 07-05-2015, 07:34 AM
RE: Best way to sort one list based on another? - Tyann - 07-05-2015, 06:27 PM
|
User(s) browsing this thread: 1 Guest(s)