Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create a time tracking sheet that allows me to put in the hour
as a number - 0800 and will convert the information to time. IE 08:00 AM |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
http://www.cpearson.com/excel/DateTimeEntry.htm
-- Kind regards, Niek Otten "Curtis" wrote in message ... I am trying to create a time tracking sheet that allows me to put in the hour as a number - 0800 and will convert the information to time. IE 08:00 AM |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if Chip's site will help you:
http://www.cpearson.com/excel/DateTimeEntry.htm ************ Anne Troy VBA Project Manager www.OfficeArticles.com "Curtis" wrote in message ... I am trying to create a time tracking sheet that allows me to put in the hour as a number - 0800 and will convert the information to time. IE 08:00 AM |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Using another cell: A1 = 0800 B1 = formula =TIME(LEFT(A1,2),RIGHT(A1,2),0) Biff "Curtis" wrote in message ... I am trying to create a time tracking sheet that allows me to put in the hour as a number - 0800 and will convert the information to time. IE 08:00 AM |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
HOw would you use this with a vlookup?
"Biff" wrote: Hi! Using another cell: A1 = 0800 B1 = formula =TIME(LEFT(A1,2),RIGHT(A1,2),0) Biff "Curtis" wrote in message ... I am trying to create a time tracking sheet that allows me to put in the hour as a number - 0800 and will convert the information to time. IE 08:00 AM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert DATE and TIME to text | Excel Worksheet Functions | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
Convert decimal hour into time format? | Excel Discussion (Misc queries) | |||
convert a range of lowercase text to upper text or vice versa | Excel Worksheet Functions | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) |