Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default How do I create a date format

I have a user, in Excel 2003, that wants to type in just the numbers for a
date and have the / default in, like an input mask.
So, she'll type in 041708 for today (April 17th, 2008) but wants the / to
default in after the month, date. I have searched for input mask and I
thought I could create a custom, ##/##/## but not getting what I need. Any
thoughts?
I apologize if this is an easy one, I must be missing something.
Thanks for your time.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default How do I create a date format

If the typed value is in A1, then in B1:

=DATE(2000+RIGHT(A1,2),LEFT(A1,2),MID(A1,3,2))

--
Gary''s Student - gsnu200779
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I create a date format

Excel has no function for creating date entry ",\masks"

You can use two cells as G'sS suggests or use event code from Chip Pearson to
enter 123456 in one cell and return 12:34:56 as valid time.

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


Gord Dibben MS Excel MVP

On Thu, 17 Apr 2008 08:58:01 -0700, rrupp
wrote:

I have a user, in Excel 2003, that wants to type in just the numbers for a
date and have the / default in, like an input mask.
So, she'll type in 041708 for today (April 17th, 2008) but wants the / to
default in after the month, date. I have searched for input mask and I
thought I could create a custom, ##/##/## but not getting what I need. Any
thoughts?
I apologize if this is an easy one, I must be missing something.
Thanks for your time.


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
Convert date + time text format to date format Paul Ho Excel Worksheet Functions 2 May 22nd 07 05:47 PM
Use date modified to change format & create filter to track change PAR Excel Worksheet Functions 0 November 15th 06 09:17 PM
how do I create a Date field format for mm/dd/yyyy (10 digits) The Big Kahuna Excel Worksheet Functions 1 October 26th 06 05:32 PM
how to create conditional format linked to date nicko68 Excel Discussion (Misc queries) 2 September 29th 05 08:08 PM
Excel 2000 date format cannot be set to Australian date format Brian Jones Excel Discussion (Misc queries) 1 March 30th 05 06:03 AM


All times are GMT +1. The time now is 11:33 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"