Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I am trying to summarize a workbook. I have to count specific dates in my summary (using fields from the previous sheets), however, the date fields are Date/Time fields and cannot be separated. Is there someway I can create a CountIf formula to ignore the time portion? Thanks -- sarjak ------------------------------------------------------------------------ sarjak's Profile: http://www.excelforum.com/member.php...o&userid=29402 View this thread: http://www.excelforum.com/showthread...hreadid=518376 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like this:
For a list of dates/times in A1:A100 And a reference date in B1 The count of the B1 date in A1:A100 is: C1: =SUMPRODUCT(--(TRUNC(A1:A100)=B1)) Does that help? *********** Regards, Ron XL2002, WinXP-Pro "sarjak" wrote: I am trying to summarize a workbook. I have to count specific dates in my summary (using fields from the previous sheets), however, the date fields are Date/Time fields and cannot be separated. Is there someway I can create a CountIf formula to ignore the time portion? Thanks -- sarjak ------------------------------------------------------------------------ sarjak's Profile: http://www.excelforum.com/member.php...o&userid=29402 View this thread: http://www.excelforum.com/showthread...hreadid=518376 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() thank you for the reply. But I dont think this is what I am looking for. I tried it and recieved a number, reformatted it to a date and was way off. -- sarjak ------------------------------------------------------------------------ sarjak's Profile: http://www.excelforum.com/member.php...o&userid=29402 View this thread: http://www.excelforum.com/showthread...hreadid=518376 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ron's solution was perfect for the problem you stated.
Was the issue that the result came back as a date? If so, reformat as General or Comma and you'll have your answer. Was the issue that you didn't state your problem correctly? If so, try again. & we'll try to help "sarjak" wrote: thank you for the reply. But I dont think this is what I am looking for. I tried it and recieved a number, reformatted it to a date and was way off. -- sarjak ------------------------------------------------------------------------ sarjak's Profile: http://www.excelforum.com/member.php...o&userid=29402 View this thread: http://www.excelforum.com/showthread...hreadid=518376 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
Date & Time Field | Excel Discussion (Misc queries) | |||
excel today countif over expired date | Excel Worksheet Functions | |||
Countif and date check for second criteria | Excel Worksheet Functions | |||
How do I add a date field in a spreadsheet? | Excel Worksheet Functions |