Does anyone here know why the following formula gives me 0 results (in this formula, the text "Dave" appears in column E):
=SUMIF(C12:E31,"Dave",C12:C31)
Yet, when I move the colum I am evaluating to the left of the sum range I get "55" (now the text is in Column B" -- I just copied and pasted it)
=SUMIF(B12:D31,"Dave",C12:C31)
Can SUMIF only evaluate data to the left of the sum range?
=SUMIF(C12:E31,"Dave",C12:C31)
Yet, when I move the colum I am evaluating to the left of the sum range I get "55" (now the text is in Column B" -- I just copied and pasted it)
=SUMIF(B12:D31,"Dave",C12:C31)
Can SUMIF only evaluate data to the left of the sum range?