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
Post a Comment