Hello I am having trouble taking two values from a list of data and having them populate another list. It will probably be easier to understand with the example below.

A1:Month B1:Customer C1: number of items D1:time
A2: AUG B2:Customer 1 C2:5 D2:5:00
A3: AUG B3:Customer 1 C3:6 D3:7:00
A4: OCT B4:Customer 2 C4:7 D4:6:00

This is a similar table to the data i want to use. I want to look up both the "Month" and "Customer" and return all the results for the customer that month. If I enter "AUG" into a cell and "Customer 1" into a cell it should return "2" results for "customer 1" from C2:D3( the number of items and time categories) I have tried using vlookup but it is only good for looking up the the top result of "Customer 1" rather than displaying both. I think some combination of index and match might work but I can't seem to find one that works how I'd like. Any help would be appreciated. I am new to this forum so I am not sure if I am posting this correctly.