I'm trying to sum the values in one column if the corresponding value in another column is less than value in first column
Col1 Col2
1 0
2 1
3 3
4 3
5 6
Sum col 1 when value in col 2 is less than col1. The answer in this case would be: 7.
How can this be accomplished using SUMIF or some other formula.
Col1 Col2
1 0
2 1
3 3
4 3
5 6
Sum col 1 when value in col 2 is less than col1. The answer in this case would be: 7.
How can this be accomplished using SUMIF or some other formula.