You are on page 1of 9

SUMIF

What does it do? Jumlahkan nilai dalam rentang yang memenuhi kriteria yang Anda tentukan
Formula breakdown:SUMIF(Range or Cells,Criteria,[Sum_Range])
What it means: SUMIF(Evaluate this Range/Cells,With this Criteria,[Optional Sum Range])

Example:

Sales Rep Region Sales Qrt


John North $2.50 1
Paul South $3.46 2
Ringo North $2.57 3
George South $9.85 4
John North $2.57 1
Paul South $4.13 2
Ringo North $2.57 3
George South $1.46 4
John North $2.56 1
ang Anda tentukan

onal Sum Range])

Answer:
17.435 17.435
13.979 13.979
SUMIFS
What does it do?menjumlahkan multiple criteria
Formula breakd SUMIFS(Sum_Range,Criteria_Range1,Criteria1,Criteria_Range2,Criteria2...)
What it means: SUMIFS(Return the Sum from this Range,Evaluate this Range,With this Criteria,Evalu

Example:

Sales Rep Region Sales Qrt


John North $2.50 1
Paul South $3.46 2
Ringo North $2.57 3
George South $9.85 4
John North $2.57 1
Paul South $4.13 2
Ringo North $2.57 3
George South $1.46 4
John North $2.56 1
nge2,Criteria2...)
With this Criteria,Evaluate that Range,With that Criteria...)

Answer:
$7.63 7.631
$7.58 7.581
What does it do? Menghitung jumlah sel yang cocok dengan kondisi yang Anda tentukan
Formula breakdown: COUNTIF(range, criteria)
What it means: COUNTIF(range of cells to check, condition to check against)
Example:

VALUES GREATER THAN 2 VALUES YELLOW VALUES VALUES


5 3 Blue 2 John
3 3 Yellow 2 Jenny
abc Red Michael
4 Yellow Jones
STARTS WITH LETTER J
3
3
1
What does it do? Menghitung jumlah sel yang cocok dengan beberapa kondisi
Formula breakdown: COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
What it means: COUNTIFS(range of cells to check 1, condition to check agains
Example: [range of cells to check 2], [condition to check against 2], ...)

Person Year Sales


John 2016 15000
Kim 2016 20000
Matt 2016 5000
Kim 2017 17000
John 2017 16000
enghitung jumlah sel yang cocok dengan beberapa kondisi
OUNTIFS(range1, criteria1, [range2], [criteria2], ...)
OUNTIFS(range of cells to check 1, condition to check against 1,
ange of cells to check 2], [condition to check against 2], ...)

How many times John got more than 10,000 sales


2
2
1
rapa kondisi
], ...)
o check against 1,
against 2], ...)

How many times Kim got more than 18,000 sales


1
1

You might also like