P
paddy_nyr
Hi,
I have a spreadsheet where in I want to check the value in column A
and then find the associated value in column B
and SUM up.
For example:
Col A Col B
Soup 10
Cake 10
Soup 10
Cake 10
So I want to check the range of col A for Soup and return the value of
20. Currently my if statement is returning 40.
I have a spreadsheet where in I want to check the value in column A
and then find the associated value in column B
and SUM up.
For example:
Col A Col B
Soup 10
Cake 10
Soup 10
Cake 10
So I want to check the range of col A for Soup and return the value of
20. Currently my if statement is returning 40.