Convert 3 columns into 1, as text.

D

Dale G

Hi,
I need to convert 3 columns into 1, as text.

Column C has a direction, North or South, Column D has a route number, 535,
510, 511, and Column E has and arrival time formatted in military time or
h:mm;@ with the results of 8:04, 9:10, 13:04, 14:09.

If row 3, column C, D, and E were to look like;
South, 535, 8:04 or
row 4 were to look like North, 511, 13:04,
I would like to show in column I of row 3, 535S0804 and in
column I of row 4 511N1304.

Any help is appreciated.
 
×

מיכ×ל (מיקי) ×בידן

in cell I3 type: =D3&LEFT(C3,1)&TEXT(E3,"hhmm") and copy down.
Micky
 
D

Dale G

Micky,
It works excellent, thank you.


מיכ×ל (מיקי) ×בידן said:
in cell I3 type: =D3&LEFT(C3,1)&TEXT(E3,"hhmm") and copy down.
Micky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top