#1   Report Post  
Posted to microsoft.public.excel.misc
Brenda Rueter
 
Posts: n/a
Default Input Mask for Dates

I have a number of users (Excel 2000 and 2002) who want the ability to put
dates into cells without typing the slashes. This would best be described
as the "input mask" available in Access. Is there anything available in
Excel to do this?


  #2   Report Post  
Posted to microsoft.public.excel.misc
tjtjjtjt
 
Posts: n/a
Default Input Mask for Dates

How about this?
http://www.rondebruin.nl/qde.htm
--
tj


"Brenda Rueter" wrote:

I have a number of users (Excel 2000 and 2002) who want the ability to put
dates into cells without typing the slashes. This would best be described
as the "input mask" available in Access. Is there anything available in
Excel to do this?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary Brown
 
Posts: n/a
Default Input Mask for Dates


You can't do exactly what you can do within Access, unless you want to
run some sort of macro, however, you can use data validation to enter
dates without slashes into one cell and get excel to convert the text
entry in the adjacent cell into a correct date.

The data validation could be a custom data validation, assuming the
data entry cell is A1 with a text formating and the resulting date
appears in B1, then

=AND(IF(VALUE(LEFT($A$1,2))<DAY($B$1),FALSE,TRUE) ,IF(VALUE(MID($A$1,3,2))<MONTH($B$1),FALSE,TRUE), IF(VALUE(20&RIGHT($A$1,2))<YEAR($B$1),FALSE,TRUE) ,LEN(A1)=6)

The date would need to be entered as DDMMYY, with a day entered as 06
not just 6

G


--
Gary Brown
------------------------------------------------------------------------
Gary Brown's Profile: http://www.excelforum.com/member.php...o&userid=17084
View this thread: http://www.excelforum.com/showthread...hreadid=535485

  #4   Report Post  
Posted to microsoft.public.excel.misc
Brenda Rueter
 
Posts: n/a
Default Input Mask for Dates

I will check into it, thanks!

"tjtjjtjt" wrote in message
...
How about this?
http://www.rondebruin.nl/qde.htm
--
tj


"Brenda Rueter" wrote:

I have a number of users (Excel 2000 and 2002) who want the ability to

put
dates into cells without typing the slashes. This would best be

described
as the "input mask" available in Access. Is there anything available in
Excel to do this?





  #5   Report Post  
Posted to microsoft.public.excel.misc
Brenda Rueter
 
Posts: n/a
Default Input Mask for Dates

Thanks for the idea.

"Gary Brown" wrote
in message ...

You can't do exactly what you can do within Access, unless you want to
run some sort of macro, however, you can use data validation to enter
dates without slashes into one cell and get excel to convert the text
entry in the adjacent cell into a correct date.

The data validation could be a custom data validation, assuming the
data entry cell is A1 with a text formating and the resulting date
appears in B1, then


=AND(IF(VALUE(LEFT($A$1,2))<DAY($B$1),FALSE,TRUE) ,IF(VALUE(MID($A$1,3,2))<
MONTH($B$1),FALSE,TRUE),IF(VALUE(20&RIGHT($A$1,2)) <YEAR($B$1),FALSE,TRUE),L
EN(A1)=6)

The date would need to be entered as DDMMYY, with a day entered as 06
not just 6

G


--
Gary Brown
------------------------------------------------------------------------
Gary Brown's Profile:

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





  #6   Report Post  
Posted to microsoft.public.excel.misc
Brenda Rueter
 
Posts: n/a
Default Input Mask for Dates

I will research this. Thanks for the idea.

"tjtjjtjt" wrote in message
...
How about this?
http://www.rondebruin.nl/qde.htm
--
tj


"Brenda Rueter" wrote:

I have a number of users (Excel 2000 and 2002) who want the ability to

put
dates into cells without typing the slashes. This would best be

described
as the "input mask" available in Access. Is there anything available in
Excel to do this?





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
Input mask for active cell Lee Hunter Excel Discussion (Misc queries) 2 January 25th 06 08:57 PM
Input Mask Steven Excel Worksheet Functions 1 January 16th 06 11:27 PM
Time input mask format WNB-96740 Excel Discussion (Misc queries) 2 December 16th 05 03:15 PM
input mask in excel Osama Mira Excel Worksheet Functions 6 December 6th 05 10:00 PM
Input Mask Jimmy Clay New Users to Excel 3 December 1st 04 01:16 AM


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