Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Entering TIME into excel...

I have created a huge spread sheet for monitoring times and delays which are
entered multiple times everyday, 24-7.
The problem is, most people would like to enter the times in a more simple
format such as "military time"... instead of 05:30 PM or 17:30, they would
like to enter 1730. Of course, there are multiple calculations attached to
most all entries, so it is important stability is maintained as well.

I hope there is a way to modify or change a cell format (as the usual
method) I believe allows for self designed formats... I just can't seem to
remember how to do this, or if it is even possible.

Any suggestions, please let me know...
My thanks to all who participate!

TOM
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Entering TIME into excel...

Cannot be done by simple formatting.

Excel has no "input mask" feture.

You will need event code to enter times as you describe.

See Chip Pearson's site for this.

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

Or Bob Phillips' QDE add-in from

http://www.xldynamic.com/source/xld.QDEDownload.html


Gord Dibben MS Excel MVP



On Thu, 7 Feb 2008 11:42:03 -0800, SooHunter
wrote:

I have created a huge spread sheet for monitoring times and delays which are
entered multiple times everyday, 24-7.
The problem is, most people would like to enter the times in a more simple
format such as "military time"... instead of 05:30 PM or 17:30, they would
like to enter 1730. Of course, there are multiple calculations attached to
most all entries, so it is important stability is maintained as well.

I hope there is a way to modify or change a cell format (as the usual
method) I believe allows for self designed formats... I just can't seem to
remember how to do this, or if it is even possible.

Any suggestions, please let me know...
My thanks to all who participate!

TOM


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default Entering TIME into excel...

One option would be to create a macro:
either use an INPUTBOX (lots of overhead to the user interface to call
it up, etc)
or pull the data from the cells after it has been entered.

Either way you can capture the two characters on the right, capture
the leftovers on the left and then concatenate them into a time.


On Feb 7, 2:52 pm, Gord Dibben <gorddibbATshawDOTca wrote:
Cannot be done by simple formatting.

Excel has no "input mask" feture.

You will need event code to enter times as you describe.

See Chip Pearson's site for this.

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

Or Bob Phillips' QDE add-in from

http://www.xldynamic.com/source/xld.QDEDownload.html

Gord Dibben MS Excel MVP

On Thu, 7 Feb 2008 11:42:03 -0800, SooHunter

wrote:
I have created a huge spread sheet for monitoring times and delays which are
entered multiple times everyday, 24-7.
The problem is, most people would like to enter the times in a more simple
format such as "military time"... instead of 05:30 PM or 17:30, they would
like to enter 1730. Of course, there are multiple calculations attached to
most all entries, so it is important stability is maintained as well.


I hope there is a way to modify or change a cell format (as the usual
method) I believe allows for self designed formats... I just can't seem to
remember how to do this, or if it is even possible.


Any suggestions, please let me know...
My thanks to all who participate!


TOM


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
Entering Time Dave Excel Discussion (Misc queries) 6 February 9th 08 02:14 AM
In Excel: Time Entering Reno747 Excel Worksheet Functions 2 November 30th 07 09:29 PM
Entering time Chris Excel Discussion (Misc queries) 4 June 27th 07 04:50 AM
entering negative time values in excel dona Excel Discussion (Misc queries) 5 March 13th 06 08:23 AM
Entering and Adding Time Ron737 Excel Worksheet Functions 1 July 1st 05 11:34 PM


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

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"