I'm currently using... =SUMPRODUCT((Quantity)*(MONTH(Date)=7)*(Adjustment_Type="Booking In Error"))
... to calculate the sum of a column based on a specified date range (MONTH(Date)=7) and also based on a specific criteria (Adjustment_Type).
Instead of finding the sum of the 'Quantity', can someone tell me what change to make to this formula to only count the number of occurrences within the same criteria?
Assume...
Column A = 'Adjustment Type'
Column B = 'Quantity'
Column C = 'Date'
Thanks!
... to calculate the sum of a column based on a specified date range (MONTH(Date)=7) and also based on a specific criteria (Adjustment_Type).
Instead of finding the sum of the 'Quantity', can someone tell me what change to make to this formula to only count the number of occurrences within the same criteria?
Assume...
Column A = 'Adjustment Type'
Column B = 'Quantity'
Column C = 'Date'
Thanks!