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

Excel Sumif and Countif

Uploaded by

mavislossie
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Excel Sumif and Countif

Uploaded by

mavislossie
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Here s a simple and structured summary

of the Excel Session 3 Introduction and


SUMIF video transcript:

Session Overview
Topic: Additional Excel functions for data
analysis
Functions covered: SUMIF and
COUNTIF
Recap of previous Excel concepts:
What a workbook, worksheet, column,
row, and cell are
Inserting/deleting rows, columns, and
cells
Formatting: font color, size, type
Basic functions: SUM, COUNT,
AVERAGE
Logical operators: AND, OR, IF
Absolute referencing ($A$1 style)

Recap of Basic Functions


Function Purpose Example
=SUM(range) Adds numbers in a range
=SUM(C3:C12) 382
=COUNT(range) Counts non-empty
numeric cells =COUNT(C3:C12) 10
=COUNTA(range) Counts all non-empty
cells Useful for text and numbers
=AVERAGE(range) Returns the mean
=AVERAGE(C3:C12) 38.2
=SUM()/COUNT() Manual way to calculate
average =SUM(C3:C12)/COUNT(C3:C12)

New Concepts: SUMIF Function


Purpose:
Used to sum values in a range based on a
specific condition (criteria).
Structure:
=SUMIF(range, criteria, sum_range)
Term Meaning
range The column to check for the
condition (e.g. course names in A3:A12)
criteria The condition to match (e.g. "FIS"
or cell F5)
sum_range The column to sum values from
(e.g. marks in C3:C12)
Example:
To sum marks for FIS (Fundamentals of
Info Systems):
=SUMIF(A3:A12, F5, C3:C12)
Sums values in column C only if the value
in column A is FIS

Notes:
Excel previews results before pressing
OK
SUMIF works by checking one column
(criteria) and summing corresponding
values in another
Useful when Excel sheets have many
rows, and you want to apply conditions for
analysis

Let me know if you d like a diagram or


table to visually explain how SUMIF works
step-by-step!

You might also like