Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I get the result of an enterd number in a cell as time in HH:MM
format. I selected the custom format hh:mm; but it shows the date too in the cell and the number which I given in the cell is refered as date. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Maybe your cell was formatted as text before you entered the date/time. Format as General and try again. Mike "Devan" wrote: How can I get the result of an enterd number in a cell as time in HH:MM format. I selected the custom format hh:mm; but it shows the date too in the cell and the number which I given in the cell is refered as date. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need to enter the value in the format hh:mm as well.
-- __________________________________ HTH Bob "Devan" wrote in message ... How can I get the result of an enterd number in a cell as time in HH:MM format. I selected the custom format hh:mm; but it shows the date too in the cell and the number which I given in the cell is refered as date. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Format Cells--Time should work.
If not try; assuming you have your data in A1 =TIME(HOUR(A1),MINUTE(A1),SECOND(A1)) The below will format the value to text =TEXT(A1,"hh:mm") If this post helps click Yes --------------- Jacob Skaria "Devan" wrote: How can I get the result of an enterd number in a cell as time in HH:MM format. I selected the custom format hh:mm; but it shows the date too in the cell and the number which I given in the cell is refered as date. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
Adding time in 24 hour format to produce hours in decimal format | Excel Worksheet Functions | |||
Replace million-billion number format to lakhs-crores format | Excel Discussion (Misc queries) | |||
TImeIn-TimeOut-TimeIn-TimeOut-HoursWorked | Excel Worksheet Functions | |||
how to format excel format to text format with separator "|" in s. | New Users to Excel |