Linked

bcs

New Member
Joined
Nov 6, 2002
Messages
3
Hello,

Is it possible if a text like KZ081 is given in cell a1 a result like time, destination is given in return in cell b1 and c1

We have several flight numbers with different arrival times and departure times, also the destination of each flight is different.
Flight numbers are related to day of the week and time of the year.

KZ081 Anchorage 06:45 09:35
KZ084 Malpensa 06:40 08:35
KZ097 Anchorage 07:45 09:11

Stefan
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Assuming you have a table with all the flight numbers, destinations and times, have a look at VLOOKUP.

Table is in range D1:G40

Enter flight code in A1.

In B1, enter

=VLOOKUP(A1,$D$1:$G$40,2,0)

to get destination. Change third argument to 3 for departure time and 4 for arrival time.

HTH

Richard

ps Welcome to the Board!!
_________________
constrMining.gif

This message was edited by RichardS on 2002-11-07 19:34
 
Upvote 0
Stefan
I'm not sure what the question is - can you please post more details about what you're trying to achieve (eg. what & where are the values you want to return to B1 & C1?)
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,790
Members
448,994
Latest member
rohitsomani

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