Go Back   Velocity Reviews > Newsgroups > Microsoft Certification
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Microsoft Certification - convert yyyymmdd text cells into date cells

 
Thread Tools Search this Thread
Old 11-22-2006, 12:57 AM   #1
Default convert yyyymmdd text cells into date cells


I need to convert a text cell into date cell but reversing the format.
It looks like 20051231 and it should be convert it to date because I need to
use it on a chart as x axis.


=?Utf-8?B?ZF9jYW1wZWxvQGhvdG1haWwuY29t?=
  Reply With Quote
Old 11-22-2006, 04:22 PM   #2
=?Utf-8?B?TGFycnlXZXN0TUNTRA==?=
 
Posts: n/a
Default RE: convert yyyymmdd text cells into date cells
Here's one solution:
1. Put your original data in a hidden column (let's say "E")
2. In another column, add the following format:
=MID($E1,5,2) & "/" & MID($E1,7,2) & "/"& MID($E1,1,4)
This will convert your yyyymmdd to mm/dd/yyyy for use in your chart.

Hope this helps.
--
Larry J. West, MCSD, MOUS, FLMI, ACS


"" wrote:

> I need to convert a text cell into date cell but reversing the format.
> It looks like 20051231 and it should be convert it to date because I need to
> use it on a chart as x axis.



=?Utf-8?B?TGFycnlXZXN0TUNTRA==?=
  Reply With Quote
Old 11-22-2006, 04:52 PM   #3
=?Utf-8?B?ZF9jYW1wZWxvQGhvdG1haWwuY29t?=
 
Posts: n/a
Default RE: convert yyyymmdd text cells into date cells
Larry,
I should have thought of somthing on those lines.
Thanks for the help. How can I rate your responce? I responded that your
message was helpfull but I didn't ask me to scale it.

thank again.

dario,

"LarryWestMCSD" wrote:

> Here's one solution:
> 1. Put your original data in a hidden column (let's say "E")
> 2. In another column, add the following format:
> =MID($E1,5,2) & "/" & MID($E1,7,2) & "/"& MID($E1,1,4)
> This will convert your yyyymmdd to mm/dd/yyyy for use in your chart.
>
> Hope this helps.
> --
> Larry J. West, MCSD, MOUS, FLMI, ACS
>
>
> "" wrote:
>
> > I need to convert a text cell into date cell but reversing the format.
> > It looks like 20051231 and it should be convert it to date because I need to
> > use it on a chart as x axis.



=?Utf-8?B?ZF9jYW1wZWxvQGhvdG1haWwuY29t?=
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Rip DVD and Convert Video on Mac OS dave345 Media 12 07-07-2008 09:32 AM
problems backing up dvds Lawrence Traub DVD Video 11 09-27-2005 07:34 PM
requesting a hand up - read for your Mom [short message with Quotes] Miss Marple DVD Video 1 03-17-2005 10:07 PM
Burn process failed - help! Log file posted for help troubleshooting Michael Mason DVD Video 1 08-16-2004 09:24 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46