How do you convert an uncoded date (e.g., 20080304) to a date form

T

tenorofchange

After importing credit card info from my bank, all I see is
"20080320120000[0:GMT]". I want that to read 03/20/08. How in the world can
I do that efficiently? Please help!

Thank you,
Eric
 
B

bosco_yip

tenorofchange said:
After importing credit card info from my bank, all I see is
"20080320120000[0:GMT]". I want that to read 03/20/08. How in the world can
I do that efficiently? Please help!

Thank you,
Eric

=--TEXT(LEFT(A1,8),"0000\/00\/00")

Regards
Bosco
 
B

bosco_yip

=--TEXT(LEFT(A422,8),"00-00-00")

Bosco_yip


bosco_yip said:
tenorofchange said:
After importing credit card info from my bank, all I see is
"20080320120000[0:GMT]". I want that to read 03/20/08. How in the world can
I do that efficiently? Please help!

Thank you,
Eric

=--TEXT(LEFT(A1,8),"0000\/00\/00")

Regards
Bosco
 

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

Top