I have 3 columns- the order number, receipt number and product. I am trying to get the product list based on the order number and minimum of the receipt number. In this case the order number I want is 20000 and the minimum of the receipt number is 100, so the product is dog and cat.
Is there a way to do this?
I have Excel 365.
Is there a way to do this?
I have Excel 365.
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Order | Receipt | Product | ||
2 | 20000 | 200 | dog | ||
3 | 20000 | 200 | cat | ||
4 | 20000 | 200 | house | ||
5 | 20000 | 100 | dog | ||
6 | 20000 | 100 | cat | ||
7 | 30000 | 300 | table | ||
8 | 30000 | 300 | chair | ||
9 | |||||
10 | |||||
11 | Result I would Like | Criteria: is Order 20000 and the mininum of the receipt number which is 100 | |||
12 | Dog | ||||
13 | Cat | ||||
Sheet1 |