Ok here goes....I have a spreadsheet with multiple data charts. I need a formula (for column J) which searches through column C for a specific text (which could occur in any or all of the cells), and when returns true, adds the numbers up in the correlating cell in colum d.
Example C D J
a 1 a 6
b 3 b 7
c 4 c 4
b 4 d 44
a 2
a 3
d 44
here is what i came up for a single cell =IF(C1="a",D1,0) but i need it to search for all of the "a" in column C, and add all the amounts in column D. HELP!!!!
Example C D J
a 1 a 6
b 3 b 7
c 4 c 4
b 4 d 44
a 2
a 3
d 44
here is what i came up for a single cell =IF(C1="a",D1,0) but i need it to search for all of the "a" in column C, and add all the amounts in column D. HELP!!!!