![]() |
|
|
|||||||
![]() |
Microsoft Certification - convert yyyymmdd text cells into date cells |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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?= |
|
|
|
|
#2 |
|
Posts: n/a
|
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==?= |
|
|
|
#3 |
|
Posts: n/a
|
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?= |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |