Hi,
I'd like to create a formula that will give me the total number of a specific action based on a specific date range from another column.
Layout is...
Column A - Transaction Type - Contains: FIW, LIW, etc
Column B - Date of Transaction - Contains: dd/mm/yy
Column C - Qty Transfered - Contains numbers between: 1-9
I've tried naming the columns and using sumproduct to add the total number of FIW transactions for the month of March like...
=SUMPRODUCT((Quantity)*(MONTH(Date)=3)*(Adjustment_Type="FIW"))
But its just returning #VALUE!
I think I might be over complicating this somewhat.
Any help appreciated.
Thanks.
I'd like to create a formula that will give me the total number of a specific action based on a specific date range from another column.
Layout is...
Column A - Transaction Type - Contains: FIW, LIW, etc
Column B - Date of Transaction - Contains: dd/mm/yy
Column C - Qty Transfered - Contains numbers between: 1-9
I've tried naming the columns and using sumproduct to add the total number of FIW transactions for the month of March like...
=SUMPRODUCT((Quantity)*(MONTH(Date)=3)*(Adjustment_Type="FIW"))
But its just returning #VALUE!
I think I might be over complicating this somewhat.
Any help appreciated.
Thanks.