Im at a loss.. I need to sum values in a column if its greater than the value in an adjacent cell, also if another adjacent cell equals X, and value in adjacent cell equals Y.
Typically, the operators in a sumif would evaluate based on a specific threshold.. Ie. =Sumifs(A1:A10, A1:A10, ">=1000").
But what if column B contains unique thresholds to each line item. Where as i want to compare A1 to B1, then A2 to B2, etc.
I can write it as a sumifs array or sumproduct if im only comparing A1 to B1, A2 to B2, etc..
So lets say my sum values are in column A. Unique threshold values in column B.
Criteria 2 in column C.
Criteria 3 in column D.
I want to sum column A values that are greater than the value in adjacent cell of column B, adjacent cell of column C= x , adjacent cell of column D=Y.
Ive tried sumproduct, sumifs, sumifs arrays and sum(if( arrays.
Help appreciated.
EDIT:
Another important note: all columns will have null strings included somewhere within the range.. =""
I want to ignore the null strings, especially in column A
Typically, the operators in a sumif would evaluate based on a specific threshold.. Ie. =Sumifs(A1:A10, A1:A10, ">=1000").
But what if column B contains unique thresholds to each line item. Where as i want to compare A1 to B1, then A2 to B2, etc.
I can write it as a sumifs array or sumproduct if im only comparing A1 to B1, A2 to B2, etc..
So lets say my sum values are in column A. Unique threshold values in column B.
Criteria 2 in column C.
Criteria 3 in column D.
I want to sum column A values that are greater than the value in adjacent cell of column B, adjacent cell of column C= x , adjacent cell of column D=Y.
Ive tried sumproduct, sumifs, sumifs arrays and sum(if( arrays.
Help appreciated.
EDIT:
Another important note: all columns will have null strings included somewhere within the range.. =""
I want to ignore the null strings, especially in column A
Last edited by a moderator: