CellSkill
Driftwood Goods

Total expenses by category

You run a small bakery and track all expenses in one sheet. You need to quickly see how much you spent on "Ingredients" this month.

SUMIFBeginner . 2 min . Small Business
Lesson 1 · SUMIF

Total expenses by category

Beginner~2 min
Learning objective

Practice using SUMIF to solve a real small business problem. By the end, you’ll know when to reach for it and how to structure the arguments correctly.

Scenario

You run a small bakery and track all expenses in one sheet. You need to quickly see how much you spent on "Ingredients" this month.

Goal

Write a SUMIF formula that sums column C (Amount) where column B (Category) equals "Ingredients".

How SUMIF works

SUMIF adds up the rows in a column that match a single condition. You give it a range to test, the criterion, and the range to total. The fastest way to answer 'how much did East region sell?' or 'how much is overdue?' without reshaping the data.

Syntax
SUMIF(range, criteria, [sum_range])
Read the full SUMIF guide
Stuck? Reveal the hint

Try the formula first. Hints cost CP for a reason.

Total expenses by category | SUMIF Exercise | CellSkill