MartinCouture
Technical User
Ok, pretty simple right ?
data in Excel spreadsheet is: (it doesn't paste nice, but they are all lined up by column in the spreadsheet)
It's basically a schedule.
I want as a result the whole mess sorted by crew:
Any takers???
I'm currently trying with TEXT functions like SEARCH and LOOKUP but no success. I named each column 'crew', 'arrive', 'depart', 'place', etc... just like in the column header.
I'd like to use the sort command, but can't seem to be able to program the $#@ thing.
-----------------
[flush]
data in Excel spreadsheet is: (it doesn't paste nice, but they are all lined up by column in the spreadsheet)
Code:
Arrive Place Depart Flt Crew Tail# Rmks
Trenton 262100 3446 89 003 VAC
262145 Ottawa 262330 89
270645 Lesquin 031130 89 RON
031930 Ottawa 032100 89
032145 Trenton
Trenton 291400 3448 79 004
291745 Edmonton 291930 79
292330 Fredericton 300100 79
300200 Trenton 79
Trenton 271600 202 10 003 CA
280100 Zagreb 280500 9
280815 Tel Aviv 281030 9
281315 Zagreb 281800 10 D/H
290200 Halifax 290400 10
290530 Trenton 290730 11
291000 Winnipeg 291130 11
291330 Edmonton 291500 11
291630 Comox 301700 11 RON
301830 Edmonton 302000 11
302200 Winnipeg 302330 11
010215 Trenton 11
It's basically a schedule.
I want as a result the whole mess sorted by crew:
Code:
9:
280100 Zagreb 280500 9
280815 Tel Aviv 281030 9
281315 Zagreb 281800 10 D/H
10:
Trenton 271600 202 10 003 CA
280100 Zagreb 280500 9
281315 Zagreb 281800 10 D/H
290200 Halifax 290400 10
290530 Trenton 290730 11
11:
290530 Trenton 290730 11
291000 Winnipeg 291130 11
291330 Edmonton 291500 11
291630 Comox 301700 11 RON
301830 Edmonton 302000 11
302200 Winnipeg 302330 11
010215 Trenton 11
Any takers???
I'm currently trying with TEXT functions like SEARCH and LOOKUP but no success. I named each column 'crew', 'arrive', 'depart', 'place', etc... just like in the column header.
I'd like to use the sort command, but can't seem to be able to program the $#@ thing.
-----------------
[flush]