Excel SUMIFS on multiple conditions stuck -


i need sumifs in excel.

basically want sum values on given conditions. workbook:workbook available

the data in workbook simple structure same.

question:

how can code sumifs in excel if need sum on conditions of month , service? example sum actual customers service p in month 201501?

i tried this: =sumifs(a3:i5="service";b1:i1="month";b2:i2="actual customers")

please observe ";" local usage in excel did not work.

you using wrong syntax sumifs.

instead of using conditional a3:i5="service, excel expects first list range want apply criteria to, , criteria is. in addition haven't listed range want sum if criteria fulfilled, comes first in sumifs-formula, can see if use function helper (click fx next formula line):

enter image description here

finally, seems not ranges same size, suspect create problems, not sure though. checking against documentation on msdn page sumifs, microsoft claims ranges do not need same size:

each criteria_range not have same size , shape sum_range. actual cells added determined using top, left cell in criteria_range beginning cell, , including cells correspond in size , shape sum_range.

however, pointed out in comments, support page sumifs claims opposite, , further confirmed testing in excel. in short, should stick having criteria_ranges being same size sum_range.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -