Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HI
i need help to organize and merge 2 lists.
for example i have list 1 (3 1 7 5 9)
and list A (C K R A T)
i need to merge them together, so 3 must come with C , and 1 must come with K etc...
for example (3C 1K 7R 5A 9T)
and then i want to sort them by numbers. so (print lists) will be (1K 3C 5A 7R 9T)
and (car lists) will be (1K)
P.S I actually have dates and names but it's simpler that way
tnx for helping
Solved! Go to Solution.