Problem:
Columns A & B contain clothing items and their matching total sales.
We want to create a formula that will sum the sales from column B of all items except the jacket.
Solution:
Use the SUMIF function as shown in the following formula:
=SUMIF(A2:A6,"<>Jacket",B2:B6)
Screenshot // Sum Total Sales Except for One Specified Item
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.
What if i want to exclude Jackets and Pants what is the formula then?
Thanks!
Appropriate solution..