Using a single formula to do a filter and subtotal in Excel -
this table
a b c mark usa 120.000 john germany 80.000 frank usa 70.000 mike italy 80.000 i sub total 'usa' people in single formula.
something
=subtotal(c1:c4;if(b='usa')) how ?
thanks
this should it
=sumifs(c1:c4,b1:b4,"usa")
Comments
Post a Comment