Excel sumifs with part of criteria field -


i wondering there way sum on part of criteria field. i.e. beginning in a1 have

as    100   dc    200   ax    300   ak    130   

how sum if cells in column start "a"? tried these formulas, not complain syntax, none of them return desired result. need sumifs in real life have multiple criteria.

=sumifs(b1:b4,a1:a4,left(a1:a4,1) & "=a") =sumifs(b1:b4,a1:a4,"=" & left(a1:a4,1)="a") 

thanks tips.

the excel sumif function supports wildcards text fields, can use "=a*" condition.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -