#1   Report Post  
Posted to microsoft.public.excel.misc
via135
 
Posts: n/a
Default text to date..!!


if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135


--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=495816

  #2   Report Post  
Posted to microsoft.public.excel.misc
via135
 
Posts: n/a
Default text to date..!!


sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:
if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=495816

  #3   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default text to date..!!

Hi

One way, with your date in A1, enter in B1
=--A1
FormatCellsNumberCustom dd=mmm-yyyy

Regards

Roger Govier


via135 wrote:
sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135




  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default text to date..!!

Select cell and DataText to ColumnsNextNext

Data Format TypeDate DMY Finish.


Gord Dibben Excel MVP

On Fri, 23 Dec 2005 12:10:43 -0600, via135
wrote:


sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:
if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135

  #5   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default text to date..!!

One fairly easy solution, select the cell/column with the text dates,
do datatext to column, click next twice and under column data format
select date and from the dropdown select DMY and click finish, this will
change it to a numerical date and then you can just use custom format like

dd-mmm-yyyy



--

Regards,

Peo Sjoblom


"via135" wrote in
message ...

sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:
if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135



--
via135
------------------------------------------------------------------------
via135's Profile:

http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=495816





  #6   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default text to date..!!

Hi Roger,

that would work if the OP is using UK regional settings but not if he uses
US since it will return a value error


--

Regards,

Peo Sjoblom


"Roger Govier" wrote in message
...
Hi

One way, with your date in A1, enter in B1
=--A1
FormatCellsNumberCustom dd=mmm-yyyy

Regards

Roger Govier


via135 wrote:
sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135






  #7   Report Post  
Posted to microsoft.public.excel.misc
Nikki
 
Posts: n/a
Default text to date..!!

if your date is in cell A1 in the next cell type =datevalue(A1), then go to
format--cell-- date--choose type 14-Mar-2001 ( it is the last item).

Hope it works.
happy Holidays!

"Gord Dibben" wrote:

Select cell and DataText to ColumnsNextNext

Data Format TypeDate DMY Finish.


Gord Dibben Excel MVP

On Fri, 23 Dec 2005 12:10:43 -0600, via135
wrote:


sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:
if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135


  #8   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default text to date..!!

This won't work if the OP is using US regional settings which I suspect
he/she might do

--

Regards,

Peo Sjoblom


"Nikki" wrote in message
...
if your date is in cell A1 in the next cell type =datevalue(A1), then go

to
format--cell-- date--choose type 14-Mar-2001 ( it is the last item).

Hope it works.
happy Holidays!

"Gord Dibben" wrote:

Select cell and DataText to ColumnsNextNext

Data Format TypeDate DMY Finish.


Gord Dibben Excel MVP

On Fri, 23 Dec 2005 12:10:43 -0600, via135
wrote:


sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:
if i am having a date in a cell as 30/11/2005 but formatted in text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135




  #9   Report Post  
Posted to microsoft.public.excel.misc
via135
 
Posts: n/a
Default text to date..!!


hi

thks everyone for ur immediate response!

via135



Peo Sjoblom Wrote:
This won't work if the OP is using US regional settings which I suspect
he/she might do

--

Regards,

Peo Sjoblom


"Nikki" wrote in message
...
if your date is in cell A1 in the next cell type =datevalue(A1), then

go
to
format--cell-- date--choose type 14-Mar-2001 ( it is the last

item).

Hope it works.
happy Holidays!

"Gord Dibben" wrote:

Select cell and DataText to ColumnsNextNext

Data Format TypeDate DMY Finish.


Gord Dibben Excel MVP

On Fri, 23 Dec 2005 12:10:43 -0600, via135
wrote:


sorry! a small correction!

if i am having a date in a cell as 30/11/2005 but formatted in

text,
what's the procedure to change the same to date format as
"30-Nov-2005"?

thks & regds!

via135






via135 Wrote:
if i am having a date in a cell as 30/11/2005 but formatted in

text,
what's the procedure to change the same to date format as
"30-Mar-2005"?

thks & regds!

via135



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=495816

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert a text string into a date? JJMCDD02 Excel Worksheet Functions 4 November 25th 05 12:35 PM
Converting number or text to a Date Format samhain New Users to Excel 2 October 17th 05 02:28 PM
Macro to convert text to date Nortos Excel Worksheet Functions 2 May 11th 05 10:42 AM
Change Text Data to Date Charles Excel Discussion (Misc queries) 2 April 26th 05 08:11 PM
EXTRACT TEXT FROM A DATE Ronbo Excel Worksheet Functions 5 February 1st 05 07:39 AM


All times are GMT +1. The time now is 01:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"