Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a cell that contains both a date and a time. I need to extract only the time and put that into a new cell. Example: cell N1 reads "01/19/06 12:53:32 PM". I only want to extract the time to put into cell S1. What formula do I use to do this? THANK YOU! -- Bobsus5 ------------------------------------------------------------------------ Bobsus5's Profile: http://www.excelforum.com/member.php...o&userid=32210 View this thread: http://www.excelforum.com/showthread...hreadid=519588 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your date/time value is in cell A1, you can use:
=A1-INT(A1) and format it with a time format or if it is only a display issue, simply format A1 with a time format to display only the time. HTH, Ryan "Bobsus5" wrote: I have a cell that contains both a date and a time. I need to extract only the time and put that into a new cell. Example: cell N1 reads "01/19/06 12:53:32 PM". I only want to extract the time to put into cell S1. What formula do I use to do this? THANK YOU! -- Bobsus5 ------------------------------------------------------------------------ Bobsus5's Profile: http://www.excelforum.com/member.php...o&userid=32210 View this thread: http://www.excelforum.com/showthread...hreadid=519588 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Pulling a Letter from a cell and filling another cell with info | Excel Worksheet Functions | |||
Formula to extract a phone# from a cell of text (eg classified)? | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
Function required to extract cell info from an unopened file. | Excel Worksheet Functions |