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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -