How to SUM Values Between Conditions in Excel or Google Sheets
Master conditional summing with just one formula. No filters. No scripts.
How to SUM Values Between Conditions in Excel or Google Sheets
Master conditional summing with just one formula. No filters. No scripts.
If you’re tired of manually filtering data just to total some numbers, it’s time to learn SUMIF — one of the most useful conditional formulas in Excel or Google Sheets.

You want to total only the quantities where the price is greater than 0.75.
Formula Used:
=SUMIF(C2:C6, “>0.75”, B2:B6)
How It Works:
C2:C6→ The range you're checking the condition against (Price)">0.75"→ The condition you’re applyingB2:B6→ The range you want to sum (Quantity)
Result:
Only rows with price > 0.75 are summed:
- Apple: 10
- Orange: 8
- Mango: 12
Total: 30

This method is fast, dynamic, and requires no filtering or pivot tables. It’s great for dynamic reports, sales analysis, and real-time dashboards.
For more concise, time-saving spreadsheet tips, follow Byte Plane.
[embed]
메타데이터
- post_id
- 5425d58d0ddf
- slug
- how-to-sum-values-between-conditions-in-excel-or-google-sheets-5425d58d0ddf
- url
- https://medium.com/byte-plane/how-to-sum-values-between-conditions-in-excel-or-google-sheets-5425d58d0ddf
- canonical_url
- https://medium.com/byte-plane/how-to-sum-values-between-conditions-in-excel-or-google-sheets-5425d58d0ddf
- author_url
- https://medium.com/@ibnuljaiffarabi
- status
- ok
- fetched_at
- 2026-07-18 16:53:00