I have a spreadsheet with attribute values in two columns; "month" in column A and "state" in column B
I need a sumproduct function that will add the values contained in column C when i am calculating a particular month/state total.
I tried the following, i think im close, but it didnt work
=SUMPRODUCT(--($A$1:$A$5= "Jan"),($B$1:$B$5= "NY"),(C1:C5))
thanks
Bookmarks