Hi,
I can get this formula to work:
=SUMIFS(A:A, B:B, D1, C:C, D2:D3)
It uses criteria in cell D2 and D3. But how do i get it to reference a cell not in order like D2 OR D10
=SUMIFS(A:A, B:B, D1, C:C, (D2,D10)) gives zero value and not working.
I can get this formula to work:
=SUMIFS(A:A, B:B, D1, C:C, D2:D3)
It uses criteria in cell D2 and D3. But how do i get it to reference a cell not in order like D2 OR D10
=SUMIFS(A:A, B:B, D1, C:C, (D2,D10)) gives zero value and not working.