If you work in accounting or finance, the SUMIFS function is one of the most powerful tools in Excel for creating quick summaries without a pivot table.
It lets you sum numbers based on multiple conditions, which is perfect for reports like department totals, budget vs actual, and monthly expense tracking.

In this guide, we’ll:

  1. Use a realistic finance dataset (download link below).
  2. Walk through 20 SUMIFS practice problems (easy → advanced).
  3. Provide the answers so you can check your work.
  4. Show how PivotXL can automate the same process — without writing formulas.

The Practice Dataset

Our sample data represents Monthly Department Expenses in a mid-sized company.

DateDepartmentAccount CategoryAmountPayment MethodRegion
05-Jan-2025SalesTravel850Credit CardEast
08-Jan-2025MarketingSoftware1200Bank TransferWest
15-Jan-2025HRSalaries5000Bank TransferNorth
20-Jan-2025ITOffice Supplies300Credit CardSouth
28-Jan-2025OperationsUtilities700CashEast
04-Feb-2025SalesSalaries4800Bank TransferEast
10-Feb-2025MarketingTravel950Credit CardWest
18-Feb-2025HROffice Supplies400Credit CardNorth
23-Feb-2025ITSoftware2500Bank TransferSouth
27-Feb-2025OperationsUtilities750Bank TransferEast

📥 Download the dataset in Excel


Part 1: Beginner SUMIFS Problems

These use one or two conditions.

  1. Total Travel expenses across all departments.
  2. Total expenses for the Sales department.
  3. Total Utilities expenses in the East region.
  4. Total expenses paid via Credit Card.
  5. Total Salaries for the HR department.

Part 2: Intermediate SUMIFS Problems

These use two to three conditions.

  1. Total Software expenses in January 2025.
  2. Total Travel expenses in West region using Credit Card.
  3. Total expenses for IT department in February 2025.
  4. Total Office Supplies in North region.
  5. Total Utilities expenses paid via Bank Transfer.

Part 3: Advanced SUMIFS Problems

These use date ranges + multiple conditions.

  1. Total expenses between 01-Jan-2025 and 31-Jan-2025 for the East region.
  2. Total Salaries in the East region in February 2025.
  3. Total Travel expenses for Sales department in January 2025.
  4. Total Software expenses in South region for all months.
  5. Total Office Supplies in January 2025 paid by Credit Card.
  6. Total Utilities in East region for Feb 2025 only.
  7. Total expenses for Marketing department excluding Travel.
  8. Total Salaries for any department in North region.
  9. Total expenses in Feb 2025 for all Bank Transfer payments.
  10. Total expenses in Feb 2025 for Sales and IT combined.

Answer Key

ProblemSUMIFS Formula
1=SUMIFS(D:D,C:C,"Travel")
2=SUMIFS(D:D,B:B,"Sales")
3=SUMIFS(D:D,C:C,"Utilities",F:F,"East")
4=SUMIFS(D:D,E:E,"Credit Card")
5=SUMIFS(D:D,B:B,"HR",C:C,"Salaries")
6=SUMIFS(D:D,C:C,"Software",A:A,">=01-Jan-2025",A:A,"<=31-Jan-2025")
7=SUMIFS(D:D,C:C,"Travel",F:F,"West",E:E,"Credit Card")
8=SUMIFS(D:D,B:B,"IT",A:A,">=01-Feb-2025",A:A,"<=28-Feb-2025")
9=SUMIFS(D:D,C:C,"Office Supplies",F:F,"North")
10=SUMIFS(D:D,C:C,"Utilities",E:E,"Bank Transfer")
11=SUMIFS(D:D,A:A,">=01-Jan-2025",A:A,"<=31-Jan-2025",F:F,"East")
12=SUMIFS(D:D,C:C,"Salaries",F:F,"East",A:A,">=01-Feb-2025",A:A,"<=28-Feb-2025")
13=SUMIFS(D:D,C:C,"Travel",B:B,"Sales",A:A,">=01-Jan-2025",A:A,"<=31-Jan-2025")
14=SUMIFS(D:D,C:C,"Software",F:F,"South")
15=SUMIFS(D:D,C:C,"Office Supplies",A:A,">=01-Jan-2025",A:A,"<=31-Jan-2025",E:E,"Credit Card")
16=SUMIFS(D:D,C:C,"Utilities",F:F,"East",A:A,">=01-Feb-2025",A:A,"<=28-Feb-2025")
17=SUMIFS(D:D,B:B,"Marketing",C:C,"<>Travel")
18=SUMIFS(D:D,C:C,"Salaries",F:F,"North")
19=SUMIFS(D:D,A:A,">=01-Feb-2025",A:A,"<=28-Feb-2025",E:E,"Bank Transfer")
20=SUMIFS(D:D,B:B,"Sales",A:A,">=01-Feb-2025",A:A,"<=28-Feb-2025") + SUMIFS(D:D,B:B,"IT",A:A,">=01-Feb-2025",A:A,"<=28-Feb-2025")

From SUMIFS to Automation

Writing SUMIFS is great for learning and one-off analysis — but in real finance teams, this can turn into:

  • 30+ formulas across multiple tabs
  • Manual data refreshes every month
  • Broken links when columns shift

PivotXL connects directly to your accounting system (QuickBooks, Xero, Sage, etc.),
pulls in the same data you just practiced on,
and lets you refresh all your totals instantly — without touching a formula.

📌 Next Step: See how PivotXL automates Excel-based reporting

→ Related Read: How to Prepare Financial Statements from Trial Balance – A real-world example of using SUMIFS for accountants and finance professionals.


Follow Us on YouTube

Stay updated with PivotXL’s latest walkthroughs and features:

Or visit the full channel: PivotXL on YouTube to explore all our Excel-based FP&A tutorials.