Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a series of dates and time in each row. I want to create a formula that will only take the dates. ex: before after 11/05/2007 5:15pm 11/05/2007 12/31/2007 3:13pm 12/31/2007 09/27/2007 12.31pm 09/27/2007 Thanks, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=INT(A2) if you get an error the dates and times are text format result as mm/dd/yyyy -- Regards, Peo Sjoblom "Talladega" wrote in message ... Hi, I have a series of dates and time in each row. I want to create a formula that will only take the dates. ex: before after 11/05/2007 5:15pm 11/05/2007 12/31/2007 3:13pm 12/31/2007 09/27/2007 12.31pm 09/27/2007 Thanks, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your date/times are in column A, put this formula in B1:
=INT(A1) Format as date and copy down as necessary. Hope this helps. Pete On Nov 9, 12:01 am, Talladega wrote: Hi, I have a series of dates and time in each row. I want to create a formula that will only take the dates. ex: before after 11/05/2007 5:15pm 11/05/2007 12/31/2007 3:13pm 12/31/2007 09/27/2007 12.31pm 09/27/2007 Thanks, |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thx! It works :)
"Pete_UK" wrote: If your date/times are in column A, put this formula in B1: =INT(A1) Format as date and copy down as necessary. Hope this helps. Pete On Nov 9, 12:01 am, Talladega wrote: Hi, I have a series of dates and time in each row. I want to create a formula that will only take the dates. ex: before after 11/05/2007 5:15pm 11/05/2007 12/31/2007 3:13pm 12/31/2007 09/27/2007 12.31pm 09/27/2007 Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
Identifying unique dates within a range of cells containing dates | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |