Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bill
 
Posts: n/a
Default Input dates into excell with out typing the blackslash eg 030505

I want to input dates without typing backslash eg 030505 to represent
03/05/2005? can that be done? if so how? any info would be appreciated...
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Input dates into excell with out typing the blackslash eg 030505

Only through VBA

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

--

Regards,

Peo Sjoblom

"Bill" wrote in message
...
I want to input dates without typing backslash eg 030505 to represent
03/05/2005? can that be done? if so how? any info would be

appreciated...


  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Input dates into excell with out typing the blackslash eg 030505

If you want to use a helper column, you can enter your text "dates" down
column A and put this formula in B1 and copy down........

=(LEFT(A1,2)&"/"&MID(A1,3,2)&"/"&RIGHT(A1,2))*1

Then when finished entering, do Copy PasteSpecial Values on column B and
delete column A if desired.............

Vaya con Dios,
Chuck, CABGx3



"Bill" wrote:

I want to input dates without typing backslash eg 030505 to represent
03/05/2005? can that be done? if so how? any info would be appreciated...

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 restrict cell input to dates only? James E Slack Excel Discussion (Misc queries) 2 December 12th 05 12:10 AM
DATES IN EXCELL DENNIS Excel Discussion (Misc queries) 8 November 29th 05 12:34 PM
Can excell notify me of due dates? Deion007 New Users to Excel 1 October 21st 05 09:35 PM
cell input on certian dates!! n0 h4ck1ng Excel Discussion (Misc queries) 1 August 5th 05 09:04 AM
How do I get Excell to sort dates that range from 1800 to 1900's Smith295 New Users to Excel 1 February 22nd 05 06:20 PM


All times are GMT +1. The time now is 02:13 AM.

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"