Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default Easy Time Entry

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15



  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Easy Time Entry

See Chip Pearson's site for quick entry of dates and times.

Note: event code is required which Chip provides.

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

Elsewise you would need a helper column to change the numbers to times.

If you don't need to use the times for calculations you can use this custom
number format:

00":"00

Examples:

Typing 123 results in 01:23
Typing 1008 results in 10:08
Typing 3427 results in 34:27


Gord Dibben MS Excel MVP

On Sun, 26 Nov 2006 18:54:19 -0000, "egibberate"
wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,718
Default Easy Time Entry

Try this:

Format cells as 00\:00


"egibberate" wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 903
Default Easy Time Entry

If you do that it will not be a time see Gord's answer referring to Chip's page.


"Teethless mama" wrote in message
...
Try this:

Format cells as 00\:00


"egibberate" wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15







  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default Easy Time Entry

Thank you very much. The code for easy time entry works a treat. The code
for easy date entry will be useful too, but what does he mean by
"NOTE: Be sure that you do not have the "Fixed Decimal" edit setting turned
on. This will cause unexpected results"
Where is this switched on or off? Thank you for your time & advice.



"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
See Chip Pearson's site for quick entry of dates and times.

Note: event code is required which Chip provides.

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

Elsewise you would need a helper column to change the numbers to times.

If you don't need to use the times for calculations you can use this
custom
number format:

00":"00

Examples:

Typing 123 results in 01:23
Typing 1008 results in 10:08
Typing 3427 results in 34:27


Gord Dibben MS Excel MVP

On Sun, 26 Nov 2006 18:54:19 -0000, "egibberate"

wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15







  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 209
Default Easy Time Entry

egibberate wrote:
Thank you very much. The code for easy time entry works a treat. The code
for easy date entry will be useful too, but what does he mean by
"NOTE: Be sure that you do not have the "Fixed Decimal" edit setting turned
on. This will cause unexpected results"
Where is this switched on or off? Thank you for your time & advice.



"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
See Chip Pearson's site for quick entry of dates and times.

Note: event code is required which Chip provides.

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

Elsewise you would need a helper column to change the numbers to times.

If you don't need to use the times for calculations you can use this
custom
number format:

00":"00

Examples:

Typing 123 results in 01:23
Typing 1008 results in 10:08
Typing 3427 results in 34:27


Gord Dibben MS Excel MVP

On Sun, 26 Nov 2006 18:54:19 -0000, "egibberate"

wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15




Tools Options edit tab uncheck the box.

gls858
  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default Easy Time Entry

I've just worked that part out!! Tools - Options - Edit Bla Bla Bla.
I'm in England & when I run the code I get really bizarre date results
September 1998 comes out as some time before the First World War.
Chip suggests we change this ourselves but as I'm only two weeks into this
VBA stuff , I'm still very challenged by it all.
In England we prefer to have the date 19/11/61 for the 19th of November
1961.

"egibberate" wrote in message
...
Thank you very much. The code for easy time entry works a treat. The code
for easy date entry will be useful too, but what does he mean by
"NOTE: Be sure that you do not have the "Fixed Decimal" edit setting
turned on. This will cause unexpected results"
Where is this switched on or off? Thank you for your time & advice.



"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
See Chip Pearson's site for quick entry of dates and times.

Note: event code is required which Chip provides.

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

Elsewise you would need a helper column to change the numbers to times.

If you don't need to use the times for calculations you can use this
custom
number format:

00":"00

Examples:

Typing 123 results in 01:23
Typing 1008 results in 10:08
Typing 3427 results in 34:27


Gord Dibben MS Excel MVP

On Sun, 26 Nov 2006 18:54:19 -0000, "egibberate"

wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15







  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Easy Time Entry

Format the cells to dd/mm/yy

Enter dates as 111961 or 191161 or 611119


Gord

On Mon, 27 Nov 2006 20:19:46 -0000, "egibberate"
wrote:

I've just worked that part out!! Tools - Options - Edit Bla Bla Bla.
I'm in England & when I run the code I get really bizarre date results
September 1998 comes out as some time before the First World War.
Chip suggests we change this ourselves but as I'm only two weeks into this
VBA stuff , I'm still very challenged by it all.
In England we prefer to have the date 19/11/61 for the 19th of November
1961.

"egibberate" wrote in message
...
Thank you very much. The code for easy time entry works a treat. The code
for easy date entry will be useful too, but what does he mean by
"NOTE: Be sure that you do not have the "Fixed Decimal" edit setting
turned on. This will cause unexpected results"
Where is this switched on or off? Thank you for your time & advice.



"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
See Chip Pearson's site for quick entry of dates and times.

Note: event code is required which Chip provides.

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

Elsewise you would need a helper column to change the numbers to times.

If you don't need to use the times for calculations you can use this
custom
number format:

00":"00

Examples:

Typing 123 results in 01:23
Typing 1008 results in 10:08
Typing 3427 results in 34:27


Gord Dibben MS Excel MVP

On Sun, 26 Nov 2006 18:54:19 -0000, "egibberate"

wrote:

Hi,
Anyone know some code I could use to easily enter times into cells.
For example, I currently type '20:15' (without the quote's of course) but
would much rather type 2015 & have it appear as 20:15







  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default Easy Time Entry

Thanks again Gord.
Much appreciated.
"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Format the cells to dd/mm/yy

Enter dates as 111961 or 191161 or 611119


Gord

On Mon, 27 Nov 2006 20:19:46 -0000, "egibberate"

wrote:

I've just worked that part out!! Tools - Options - Edit Bla Bla Bla.
I'm in England & when I run the code I get really bizarre date results
September 1998 comes out as some time before the First World War.
Chip suggests we change this ourselves but as I'm only two weeks into this
VBA stuff , I'm still very challenged by it all.
In England we prefer to have the date 19/11/61 for the 19th of November
1961.

"egibberate" wrote in message
.. .
Thank you very much. The code for easy time entry works a treat. The
code
for easy date entry will be useful too, but what does he mean by
"NOTE: Be sure that you do not have the "Fixed Decimal" edit setting
turned on. This will cause unexpected results"
Where is this switched on or off? Thank you for your time & advice.



"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
See Chip Pearson's site for quick entry of dates and times.

Note: event code is required which Chip provides.

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

Elsewise you would need a helper column to change the numbers to times.

If you don't need to use the times for calculations you can use this
custom
number format:

00":"00

Examples:

Typing 123 results in 01:23
Typing 1008 results in 10:08
Typing 3427 results in 34:27


Gord Dibben MS Excel MVP

On Sun, 26 Nov 2006 18:54:19 -0000, "egibberate"

wrote:

Hi,
Anyone know some code I could use to easily enter times into
cells.
For example, I currently type '20:15' (without the quote's of course)
but
would much rather type 2015 & have it appear as 20:15









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
synchronizing timestamp feature with time on video software. 999 Excel Discussion (Misc queries) 4 July 30th 06 10:49 PM
How do I change the case of text in more than one entry at a time Molly Excel Discussion (Misc queries) 2 June 7th 06 01:08 AM
formula to determine time range overlap? William DeLeo Excel Discussion (Misc queries) 0 June 6th 06 08:26 PM
... round a time entry to the next "30 minute increment"... Dr. Darrell Excel Worksheet Functions 12 February 3rd 06 04:09 PM
Remove Spaces beginning Time entry Damon Longworth Excel Discussion (Misc queries) 10 June 19th 05 04:37 PM


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