- Joined
- Jun 11, 2011
- Messages
- 14
- Reaction score
- 2
I have a 2-column list of names and values:
StoreA Produce| 25.00
StoreC | 15.00
StoreA Dairy | 17.50
StoreD | 8.24
etc...
I'd like to sum all the values from Store A with a single formula.
So far I have made a separate column, using the formula
=IF(ISNUMBER(SEARCH("StoreA",$B29)), $D29,"------")
Which can be summed using Sum.
I'm pretty sure this can be replaced with a Sumif but I can't seem to get the right expressions.
Using Excel 2004, Win 10.
StoreA Produce| 25.00
StoreC | 15.00
StoreA Dairy | 17.50
StoreD | 8.24
etc...
I'd like to sum all the values from Store A with a single formula.
So far I have made a separate column, using the formula
=IF(ISNUMBER(SEARCH("StoreA",$B29)), $D29,"------")
Which can be summed using Sum.
I'm pretty sure this can be replaced with a Sumif but I can't seem to get the right expressions.
Using Excel 2004, Win 10.