Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 181
Default Time entry in w/sheet

I have a shared w/sheet that requires inputters to make a time entry of time
spent on a task.
Times can range from a matter of minutes to a couple of hours.

I'm Ok with formatting cells to time but what I want to do is ensure that
they correctly enter the time as say, 1:20 for 1 hour 20 mins which gives
01:20:00. Using data validation, I can ensure they do not input as 1.2 but
when the time is less than an hour, say 25 mins and it is wrongly entered .25
or 0.25 it does not prompt the inputter re incorrect input (0:25) and the
entry becomes 06:00:00.

Assistance would be much appreciated.

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Time entry in w/sheet

Check out Chip Pearson's site he

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

He gives a method for quick data entry where you do not have to input
the delimiters.

Hope this helps.

Pete


On Mar 11, 11:04*am, Russell Dawson
wrote:
I have a shared w/sheet that requires inputters to make a time entry of time
spent on a task.
Times can range from a matter of minutes to a couple of hours.

I'm Ok with formatting cells to time but what I want to do is ensure that
they correctly enter the time as say, 1:20 for 1 hour 20 mins which gives
01:20:00. *Using data validation, I can ensure they do not input as 1.2 but
when the time is less than an hour, say 25 mins and it is wrongly entered .25
or 0.25 it does not prompt the inputter re incorrect input (0:25) and the
entry becomes 06:00:00.

Assistance would be much appreciated.

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Time entry in w/sheet

How about having the users use a six digit representation of HH:MM:SS, for
example
Turning the cell A1's format to TEXT,
Pressing Alt+D
Pressing L
In data validation criteria dropdown, selecting CUSTOM
In formula inserting:
=AND(VALUE(LEFT(A1,2))=0,VALUE(LEFT(A1,2))<=24,VA LUE(MID(A1,3,2))=0,VALUE(MID(A1,3,2))<=60,VALUE(R IGHT(A1,2))<=60,VALUE(RIGHT(A1,2))0,LEN(A1)=6)

In another cell using the following formula to convert the same to correct
time format:
=TIME(VALUE(LEFT(A1,2)),VALUE(MID(A1,3,2)),VALUE(R IGHT(A1,2)))

--
Thanx & Best Regards,

Faraz!


"Russell Dawson" wrote:

I have a shared w/sheet that requires inputters to make a time entry of time
spent on a task.
Times can range from a matter of minutes to a couple of hours.

I'm Ok with formatting cells to time but what I want to do is ensure that
they correctly enter the time as say, 1:20 for 1 hour 20 mins which gives
01:20:00. Using data validation, I can ensure they do not input as 1.2 but
when the time is less than an hour, say 25 mins and it is wrongly entered .25
or 0.25 it does not prompt the inputter re incorrect input (0:25) and the
entry becomes 06:00:00.

Assistance would be much appreciated.

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 181
Default Time entry in w/sheet

Thanks very much Pete. Another thing learnt today. "Event procedures" Once
I'd de-formatted everything it worked a treat.

Cheers

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"Pete_UK" wrote:

Check out Chip Pearson's site he

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

He gives a method for quick data entry where you do not have to input
the delimiters.

Hope this helps.

Pete


On Mar 11, 11:04 am, Russell Dawson
wrote:
I have a shared w/sheet that requires inputters to make a time entry of time
spent on a task.
Times can range from a matter of minutes to a couple of hours.

I'm Ok with formatting cells to time but what I want to do is ensure that
they correctly enter the time as say, 1:20 for 1 hour 20 mins which gives
01:20:00. Using data validation, I can ensure they do not input as 1.2 but
when the time is less than an hour, say 25 mins and it is wrongly entered .25
or 0.25 it does not prompt the inputter re incorrect input (0:25) and the
entry becomes 06:00:00.

Assistance would be much appreciated.

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Time entry in w/sheet

Glad to hear it, Russell - thanks for feeding back.

Pete

On Mar 11, 1:07*pm, Russell Dawson
wrote:
Thanks very much Pete. *Another thing learnt today. "Event procedures" Once
I'd de-formatted everything it worked a treat. *

Cheers

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.



"Pete_UK" wrote:
Check out Chip Pearson's site he


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


He gives a method for quick data entry where you do not have to input
the delimiters.


Hope this helps.


Pete


On Mar 11, 11:04 am, Russell Dawson
wrote:
I have a shared w/sheet that requires inputters to make a time entry of time
spent on a task.
Times can range from a matter of minutes to a couple of hours.


I'm Ok with formatting cells to time but what I want to do is ensure that
they correctly enter the time as say, 1:20 for 1 hour 20 mins which gives
01:20:00. *Using data validation, I can ensure they do not input as 1.2 but
when the time is less than an hour, say 25 mins and it is wrongly entered .25
or 0.25 it does not prompt the inputter re incorrect input (0:25) and the
entry becomes 06:00:00.


Assistance would be much appreciated.


--
Russell Dawson
Excel Student


Please hit "Yes" if this post was helpful.


.- Hide quoted text -


- Show quoted text -


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
Time entry auto changes to date and then time ? Carol @ Prison[_2_] Excel Worksheet Functions 1 November 25th 09 10:01 PM
Search a name in one sheet and entry it into another sheet Shilpi Excel Worksheet Functions 4 May 5th 09 01:11 AM
Formula that will record the time and date when an entry is made on a sheet [email protected] Excel Worksheet Functions 3 October 11th 07 08:28 AM
Time Entry Robert Excel Discussion (Misc queries) 2 May 16th 07 04:01 AM
Time entry leah Excel Discussion (Misc queries) 9 January 18th 05 01:47 PM


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