I've read numerous threads and tried several examples, but can't get this to work.
I have a Sheet called Data with columns A,B,C containing text and Column D with a value. There are entries for about 1000 rows. On a separate sheet (Sheet2), I want to get the sum of Column D on Data if the contents of Columns A,B,C of Data match my Columns A,B,C on Sheet2. So I have this formula, entered as an array in cell D3 of Sheet2:
{=SUM(IF(A3&B3&C3=Data!A3:A1000&Data!B3:B1000&Data!C3:C1000,Data!D3:D1000,0))}
This works fine, except when I filter it, the result does not change. Can someone please help me "convert" the above formula so that it will only sum displayed Data (ie filtered)?
I've played with Subtotal, and Sumproduct examples, but could not get to work.
Thank you!!
I have a Sheet called Data with columns A,B,C containing text and Column D with a value. There are entries for about 1000 rows. On a separate sheet (Sheet2), I want to get the sum of Column D on Data if the contents of Columns A,B,C of Data match my Columns A,B,C on Sheet2. So I have this formula, entered as an array in cell D3 of Sheet2:
{=SUM(IF(A3&B3&C3=Data!A3:A1000&Data!B3:B1000&Data!C3:C1000,Data!D3:D1000,0))}
This works fine, except when I filter it, the result does not change. Can someone please help me "convert" the above formula so that it will only sum displayed Data (ie filtered)?
I've played with Subtotal, and Sumproduct examples, but could not get to work.
Thank you!!