Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I need to do a report that lists the number of Items that I have purchased in a given month. The things that I buy are listed in different excel workbooks. It lists the date of purchase such as 11/12/2005. I am trying to get my report to count the number items that were bought in the month of November. I have tried the countif funcion but can't figure on how to get it to count a range of dates. Any help would be appreciated. -- ldd ------------------------------------------------------------------------ ldd's Profile: http://www.excelforum.com/member.php...o&userid=19157 View this thread: http://www.excelforum.com/showthread...hreadid=487349 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could count the number on/after 11/1 and subtract the number on/after 12/1:
=COUNTIF(a:a,"="&DATE(2005,11,1))-COUNTIF(a:a,"="&DATE(2005,12,1)) --Bruce "ldd" wrote: I need to do a report that lists the number of Items that I have purchased in a given month. The things that I buy are listed in different excel workbooks. It lists the date of purchase such as 11/12/2005. I am trying to get my report to count the number items that were bought in the month of November. I have tried the countif funcion but can't figure on how to get it to count a range of dates. Any help would be appreciated. -- ldd ------------------------------------------------------------------------ ldd's Profile: http://www.excelforum.com/member.php...o&userid=19157 View this thread: http://www.excelforum.com/showthread...hreadid=487349 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting number of incidents of a month | Excel Worksheet Functions | |||
Need help to reflect number of days in a month. | Excel Worksheet Functions | |||
How do I limit the number of times an Excel workbook can be opene. | Excel Discussion (Misc queries) | |||
Can the number of times undo is used in Excel 2002 be increased? | Setting up and Configuration of Excel | |||
how do I get a calculation to repeat various number of times? | Excel Worksheet Functions |