Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I maintain an Excel spreadsheet that contains inventory information such as Manufacturer, Model, Cost, Qty, Total Cost, Date Acquired. The K column contains the dates in the mm/dd/yy format and the G column contains the quantity of each inventory item. In order to break this information down by date range, I am using the following formula: =SUMIF('Car Inventory'!K2:K431,"<1/1/00",'Car Inventory'!G2:G431), which works fine for selecting all items prior to Jan 1st, 2000. However, when I need a the information for the year 2000, I do not want to include anything prior to 1/1/00 so I am trying to use the following formulat: =SUMIF('Car Inventory'!$K$2:K431,AND("=01/01/00","<=12/31/00"),'Car Inventory'!$G$2:G431) The one in red does not work. Any suggestions? -- nmtexman ------------------------------------------------------------------------ nmtexman's Profile: http://www.excelforum.com/member.php...o&userid=35684 View this thread: http://www.excelforum.com/showthread...hreadid=554664 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates and Intervals | Excel Worksheet Functions | |||
formula to add dates. | Excel Worksheet Functions | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
US dates to UK?? | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) |