0% found this document useful (0 votes)
47 views

Math Operators: SUM Sumif SUMIFS: Multiple Conditions Wildcards " " &cellreference & " "

This document discusses various math operators and functions in Excel including SUM, SUMIF, SUMIFS, COUNT, and COUNTBLANK. SUM adds values in a range, SUMIF adds values if a single criteria is met, and SUMIFS adds values if multiple criteria are met. COUNT counts the number of cells in a range, COUNTBLANK counts empty cells, and COUNTIF counts cells meeting a criteria. Wildcard characters like "*" can be used with criteria. Parameters, criteria ranges, criteria, and sum ranges must match for the functions to work properly.

Uploaded by

Ajmal Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Math Operators: SUM Sumif SUMIFS: Multiple Conditions Wildcards " " &cellreference & " "

This document discusses various math operators and functions in Excel including SUM, SUMIF, SUMIFS, COUNT, and COUNTBLANK. SUM adds values in a range, SUMIF adds values if a single criteria is met, and SUMIFS adds values if multiple criteria are met. COUNT counts the number of cells in a range, COUNTBLANK counts empty cells, and COUNTIF counts cells meeting a criteria. Wildcard characters like "*" can be used with criteria. Parameters, criteria ranges, criteria, and sum ranges must match for the functions to work properly.

Uploaded by

Ajmal Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Math Operators

+
-
*
/
>
<
=
)(
SUM
SUMIF
SUMIFS: multiple
conditions

Wildcards
* &cellreference & *
SUMIF

SUM & IF Condition

=SUMIF(range,criteria,Sumtotal)

Range & criteria should be same

Sortiung data using City Name (D2:D112)
=SumIF(d2:d112,Cityname,G2:g112)
SUMIFS
SUMIFS
Multiple conditions ( No Limit)

=sumifs(sumtotal,criterarange1,critera1,
criteriarange 2,criteria2,
criteriarange3,criteria3,criteriarangen,
criterian)


Parameters

Col A-Date,Col B Sales Rep Name,
Col D- City, Col E- Quantity, Col G-
Amount

Two criteria Start Date & End Date

=sumifs(g2:g112,a2:a112,>=&Startdat
e,a2:a112,<=&ENDdate,b2:b112,*&S
alesRepname&*)
Count function
Count function


Count gives num of data observations
=count(range)
Countblank how many cells are empty or
without data
=countblank(range)
Countif single condition
=countif(range,criteria)
=countif(g2:g112, >3000)

You might also like