Excel SUMIF Function
Syntax
What is SUMIF?
SUMIF sums cells that match a specified criterion. For multiple criteria, use SUMIFS.
Syntax
=SUMIF(range, criteria, [sum_range])
Examples
=SUMIF(A:A, "Istanbul", B:B)
=SUMIF(B:B, ">1000")
=SUMIF(A:A, "Ist*", B:B)
See Turkish version for detailed examples.
Examples
| # | Title | Formula | Result |
|---|---|---|---|
| 1 | Şehre göre satış toplamı | =ETOPLA(A:A;"İstanbul";B:B) |
İstanbul toplam cirosu |
| 2 | 1000'den büyük tutarlar | =ETOPLA(B:B;">1000") |
Belirtilen tutar üzeri toplam |
| 3 | Joker karakter | =ETOPLA(A:A;"İst*";B:B) |
İst ile başlayan şehirler |
Common Errors
Solution:
Solution:
Frequently Asked Questions
Enter your email to receive the example Excel file (link valid 24h).