#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default date entered display

If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT DATE
and it shows up as 8/24/2180.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default date entered display

=--(TEXT(A1,"00\/00\/00")) and format as date.
--
David Biddulph

"Kate" wrote in message
...
If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT
DATE
and it shows up as 8/24/2180.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default date entered display

Hi,

You have to use a helper column like below:

A B
1 102506 =LEFT(A1,2)&"/"&MID(A1,3,2)&"/"&RIGHT(A1,2)

and copy drag down the formula to where ever you need

Thanks,

--
Far4had Hodjat


"Kate" wrote:

If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT DATE
and it shows up as 8/24/2180.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default date entered display

This formula did work. But when I enter 102506, it shows up as 102506 and I
wanted it to display as 10/25/06



"Farhad" wrote:

Hi,

You have to use a helper column like below:

A B
1 102506 =LEFT(A1,2)&"/"&MID(A1,3,2)&"/"&RIGHT(A1,2)

and copy drag down the formula to where ever you need

Thanks,

--
Far4had Hodjat


"Kate" wrote:

If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT DATE
and it shows up as 8/24/2180.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default date entered display

Kate

David has supplied a formula to be entered in a second cell.

If you don't want to deal with formulas you can use event code to change the
date as you type the 102506

See Chip Pearson's site for code.

http://www.cpearson.com/excel/DateTimeEntry.htm


Gord Dibben MS Excel MVP

On Wed, 11 Apr 2007 11:32:01 -0700, Kate wrote:

If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT DATE
and it shows up as 8/24/2180.




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default date entered display

I also want it to effect every entry in that column.

"Farhad" wrote:

Hi,

You have to use a helper column like below:

A B
1 102506 =LEFT(A1,2)&"/"&MID(A1,3,2)&"/"&RIGHT(A1,2)

and copy drag down the formula to where ever you need

Thanks,

--
Far4had Hodjat


"Kate" wrote:

If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT DATE
and it shows up as 8/24/2180.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default date entered display

Use the formula David gave you, then copy down the formula all along.
However if you want to enter these numbers and have them converted instantly
you need to use a macro


http://www.cpearson.com/excel/DateTimeEntry.htm




--
Regards,

Peo Sjoblom


"Kate" wrote in message
...
This formula did work. But when I enter 102506, it shows up as 102506 and
I
wanted it to display as 10/25/06



"Farhad" wrote:

Hi,

You have to use a helper column like below:

A B
1 102506 =LEFT(A1,2)&"/"&MID(A1,3,2)&"/"&RIGHT(A1,2)

and copy drag down the formula to where ever you need

Thanks,

--
Far4had Hodjat


"Kate" wrote:

If I enter the date of 10/25/06 as 102506, I would like it to display
as
10/25/06. What formla do I use. I have the column formatted as SHORT
DATE
and it shows up as 8/24/2180.



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default date entered display

THANK YOU, THANK YOU. This code worked.



"Gord Dibben" wrote:

Kate

David has supplied a formula to be entered in a second cell.

If you don't want to deal with formulas you can use event code to change the
date as you type the 102506

See Chip Pearson's site for code.

http://www.cpearson.com/excel/DateTimeEntry.htm


Gord Dibben MS Excel MVP

On Wed, 11 Apr 2007 11:32:01 -0700, Kate wrote:

If I enter the date of 10/25/06 as 102506, I would like it to display as
10/25/06. What formla do I use. I have the column formatted as SHORT DATE
and it shows up as 8/24/2180.



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
Display Row Borders When Text entered in Any Cell Bilbert Excel Discussion (Misc queries) 4 February 6th 07 03:30 AM
Cell contents don't display everything entered? treybreak Excel Discussion (Misc queries) 0 April 25th 06 05:09 PM
Function to not display until data entered tml41dmb Excel Discussion (Misc queries) 2 February 23rd 06 05:47 PM
Display last row entered tallpaul New Users to Excel 2 December 29th 05 09:57 PM
Formula is entered but will not display result webee33 Excel Worksheet Functions 2 October 18th 05 12:16 AM


All times are GMT +1. The time now is 02:00 PM.

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

About Us

"It's about Microsoft Excel"