i am trying to create a statement where it searches a column for a certain "value" and then returns the "sum" of another column.
example:
column 1: column 2: column 3
row 1: Stock: 20
row 2: Option: 10
row 3: stock: 5
so say i want to find the value of all "stock" in column 2 and return the sum of column 3 that equals "stock. the ending result is 25.
i am positive it's possible but can't figure out the statement.
example:
column 1: column 2: column 3
row 1: Stock: 20
row 2: Option: 10
row 3: stock: 5
so say i want to find the value of all "stock" in column 2 and return the sum of column 3 that equals "stock. the ending result is 25.
i am positive it's possible but can't figure out the statement.