I have a spreadsheet with a list of fruit in column A and the months Jan - Dec in the next twelve columns.
If I use SUMIF($A$2:$A$10,"Apples",$B$2:$B$10) it gives me the correct total for Apples for January. If I change this to:
SUMIF($A$2:$A$10,"Apples",$B$2:$C$10) to get the total for Jan & Feb it still returns the Jan total only.
Is there a way to do this? (I don't want to use xla add-ins.)
If I use SUMIF($A$2:$A$10,"Apples",$B$2:$B$10) it gives me the correct total for Apples for January. If I change this to:
SUMIF($A$2:$A$10,"Apples",$B$2:$C$10) to get the total for Jan & Feb it still returns the Jan total only.
Is there a way to do this? (I don't want to use xla add-ins.)