ctfloydscry
New Member
- Joined
- Jan 11, 2018
- Messages
- 2
Excel novice(at best)
Timetable data.csv file
Example/excerpt:
Wish to extract to 2nd sheet only flights valid for 7 day period beginning Jan/14 ending Jan/20 from following....
Jan/1-Jan/13,ABR,5:00AM,MSP,6:20AM,123456,7365,CRJ
Jan/16-Feb/28,ABR,5:00AM,MSP,6:20AM,123456,7365,CRJ
Jan/7-Jan/14,ABR,6:50AM,MSP,8:12AM,7,7365,CRJ
Jan/15-Jan/21,ABR,6:50AM,MSP,8:12AM,17,7365,CRJ
Jan/28-Feb/28,ABR,6:50AM,MSP,8:12AM,7,7365,CRJ
Jan/1-Jan/2,ABR,1:08PM,MSP,2:30PM,12,7363,CRJ
Jan/3-Feb/28,ABR,1:09PM,MSP,2:30PM,1234567,7363,CRJ
Feb/2-Feb/28,ACC,10:00AM,JFK,4:44PM,156,0220,76W
Jan/1-Jan/30,ACC,10:00AM,JFK,4:50PM,1256,0220,76W
Output to second sheet...
Jan/16-Feb/28,ABR,5:00AM,MSP,6:20AM,123456,7365,CRJ
Jan/7-Jan/14,ABR,6:50AM,MSP,8:12AM,7,7365,CRJ
Jan/15-Jan/21,ABR,6:50AM,MSP,8:12AM,17,7365,CRJ
Jan/3-Feb/28,ABR,1:09PM,MSP,2:30PM,1234567,7363,CRJ
Jan/1-Jan/30,ACC,10:00AM,JFK,4:50PM,1256,0220,76W
Possible?
Thank you...
Timetable data.csv file
Example/excerpt:
Wish to extract to 2nd sheet only flights valid for 7 day period beginning Jan/14 ending Jan/20 from following....
Jan/1-Jan/13,ABR,5:00AM,MSP,6:20AM,123456,7365,CRJ
Jan/16-Feb/28,ABR,5:00AM,MSP,6:20AM,123456,7365,CRJ
Jan/7-Jan/14,ABR,6:50AM,MSP,8:12AM,7,7365,CRJ
Jan/15-Jan/21,ABR,6:50AM,MSP,8:12AM,17,7365,CRJ
Jan/28-Feb/28,ABR,6:50AM,MSP,8:12AM,7,7365,CRJ
Jan/1-Jan/2,ABR,1:08PM,MSP,2:30PM,12,7363,CRJ
Jan/3-Feb/28,ABR,1:09PM,MSP,2:30PM,1234567,7363,CRJ
Feb/2-Feb/28,ACC,10:00AM,JFK,4:44PM,156,0220,76W
Jan/1-Jan/30,ACC,10:00AM,JFK,4:50PM,1256,0220,76W
Output to second sheet...
Jan/16-Feb/28,ABR,5:00AM,MSP,6:20AM,123456,7365,CRJ
Jan/7-Jan/14,ABR,6:50AM,MSP,8:12AM,7,7365,CRJ
Jan/15-Jan/21,ABR,6:50AM,MSP,8:12AM,17,7365,CRJ
Jan/3-Feb/28,ABR,1:09PM,MSP,2:30PM,1234567,7363,CRJ
Jan/1-Jan/30,ACC,10:00AM,JFK,4:50PM,1256,0220,76W
Possible?
Thank you...