excel - Get a total sum value in a spreadsheet based on the string next to it? -
i trying sum of values based on string left of integer. example in image
![sheet]: http://i.imgur.com/jke2yuc.png
i want sum of values right of "dlg." how go doing this? can't figure out way sumif of values scattered on spreadsheet.
thanks,
tony
i can't figure out way sumif of values scattered on spreadsheet.
you can sumif, long value being looked doesn't appear in values summed. eg:
=sumif(a:e,"dlg",b:f)
Comments
Post a Comment