sum if questions

G

G

Hi, I am having a memory block !
I need to sum costs in colum C, if column A = x and column B = Y.
n
When using sumif i appear to count all costs in column C not just the ones
required.. any suggestiong where i'm going wrong ??
 
P

Pete_UK

You can only use one condition with SUMIF. Either use SUMPRODUCT or
SUM(IF(...)) entered as an array formula.

Hope this helps.

Pete
 
Top