Hi, I am trying to find a way to search a large sheet of data and then sum the values based on two criteria.
For example I need to return the sum of colB for each Orange in colC in the month of "Jul" colA, IE 3 in this case.
The month will be expressed MMM, but colA will be as below.
Is this possible with a combo of index match and lookup?
_____A_____B___C
1 2018-08-03 3 Orange
2 2018-07-18 1 Pear
3 2018-07-09 2 Orange
4 2018-07-03 1 Orange
5 2018-06-27 1 Pear
6 2018-06-01 2 Orange
Thanks Twl
For example I need to return the sum of colB for each Orange in colC in the month of "Jul" colA, IE 3 in this case.
The month will be expressed MMM, but colA will be as below.
Is this possible with a combo of index match and lookup?
_____A_____B___C
1 2018-08-03 3 Orange
2 2018-07-18 1 Pear
3 2018-07-09 2 Orange
4 2018-07-03 1 Orange
5 2018-06-27 1 Pear
6 2018-06-01 2 Orange
Thanks Twl
Last edited: