N
nmtexman
I maintain an Excel spreadsheet that contains inventory information suc
as Manufacturer, Model, Cost, Qty, Total Cost, Date Acquired. The
column contains the dates in the mm/dd/yy format and the G colum
contains the quantity of each inventory item.
In order to break this information down by date range, I am using th
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 wan
to include anything prior to 1/1/00 so I am trying to use the followin
formulat:
=SUMIF('Car Inventory'!$K$2:K431,AND(">=01/01/00","<=12/31/00"),'Ca
Inventory'!$G$2:G431)
The one in red does not work. Any suggestions
as Manufacturer, Model, Cost, Qty, Total Cost, Date Acquired. The
column contains the dates in the mm/dd/yy format and the G colum
contains the quantity of each inventory item.
In order to break this information down by date range, I am using th
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 wan
to include anything prior to 1/1/00 so I am trying to use the followin
formulat:
=SUMIF('Car Inventory'!$K$2:K431,AND(">=01/01/00","<=12/31/00"),'Ca
Inventory'!$G$2:G431)
The one in red does not work. Any suggestions