Skip to main content

How to use Microsoft Excel sumif function?

 The SUMIF function in Microsoft Excel is used to sum the values in a range that meet a specific condition. Here's how to use it:

Syntax:

SUMIF(range, criteria, [sum_range])

Parameters:

  1. range: The range of cells you want to evaluate against the criteria.
  2. criteria: The condition that determines which cells to include in the sum. This can be a number, expression, text, or a cell reference.
  3. sum_range (optional): The actual range of cells to sum. If omitted, Excel sums the cells in the range parameter.

Example 1: Basic Usage

Problem: Sum all sales greater than 100.

A B
Sales Region
50 North
200 East
150 West
80 South

Formula:

=SUMIF(A2:A5, ">100")

Result: 350 (sum of 200 and 150).


Example 2: Using a sum_range

Problem: Sum sales in the "East" region.

A B C
Sales Region Month
50 North Jan
200 East Feb
150 West Mar
80 South Apr

Formula:

=SUMIF(B2:B5, "East", A2:A5)

Result: 200 (sum of sales in the "East" region).


Key Notes:

  1. Wildcard Usage:

    • Use ? to represent any single character.
    • Use * to represent any sequence of characters.
    • For example, =SUMIF(A2:A5, "*West") sums cells that end with "West."
  2. Criteria in Another Cell:

    • Use a reference for criteria: =SUMIF(A2:A5, ">" & D1), where D1 contains the threshold value.
  3. Handling Text Criteria:

    • Text criteria must be enclosed in quotes (e.g., "East").

Here are more examples to illustrate different ways to use the SUMIF function in Microsoft Excel:


Example 3: Sum Based on Numeric Criteria

Problem: Sum sales greater than or equal to 100.

A B
Sales Region
50 North
200 East
150 West
80 South

Formula:

=SUMIF(A2:A5, ">=100")

Result: 350 (sum of 200 and 150).


Example 4: Sum Based on Text Criteria

Problem: Sum sales for the "North" region.

A B
Sales Region
50 North
200 East
150 West
80 South

Formula:

=SUMIF(B2:B5, "North", A2:A5)

Result: 50 (sum of sales in the "North" region).


Example 5: Using Cell Reference for Criteria

Problem: Sum sales greater than the value in cell D1.

A B D
Sales Region Criteria
50 North 100
200 East
150 West
80 South

Formula:

=SUMIF(A2:A5, ">" & D1)

Result: 350 (sum of 200 and 150 because both are greater than 100).


Example 6: Using Wildcards

Problem: Sum sales for regions ending in "st."

A B
Sales Region
50 North
200 East
150 West
80 South

Formula:

=SUMIF(B2:B5, "*st", A2:A5)

Result: 350 (sum of 200 and 150 for "East" and "West").


Example 7: Multiple SUMIFs

Problem: Sum sales for "North" and "West."

A B
Sales Region
50 North
200 East
150 West
80 South

Formula:

=SUMIF(B2:B5, "North", A2:A5) + SUMIF(B2:B5, "West", A2:A5)

Result: 200 (50 for "North" + 150 for "West").


Example 8: Sum Blank Cells

Problem: Sum sales where the region is blank.

A B
Sales Region
50
200 East
150 West
80

Formula:

=SUMIF(B2:B5, "", A2:A5)

Result: 130 (sum of 50 and 80 where the region is blank).


Example 9: Sum Non-Blank Cells

Problem: Sum sales where the region is not blank.

A B
Sales Region
50
200 East
150 West
80

Formula:

=SUMIF(B2:B5, "<>", A2:A5)

Result: 350 (sum of 200 and 150 where the region is not blank).


These examples cover numeric, text, and wildcard criteria, as well as scenarios involving blank and non-blank cells. Let me know if you'd like help with a specific case!

Examples:





Comments

Popular posts from this blog

Creating a Student Marksheet using Microsoft Excel.

 Creating a Student Marksheet using Microsoft Excel.  Creating a student marks sheet in MS Excel is straightforward. Here's a step-by-step guide to design one: Step 1: Open MS Excel Launch MS Excel and open a new workbook. Step 2: Structure the Sheet Header Section: Use the first few rows to include the title, such as "Student Marks Sheet" and relevant details like the class, semester, or term. Column Headings: In Row 5 (or below the title), define your column headers: Column A: Roll Number Column B: Student Name Column C onward: Subjects (e.g., Mathematics, Science, English, etc.) Final Columns: Include Total Marks , Percentage , and Grade . Example: Roll No.Student Name Mathematics Science English Total Marks Percentage Grade Step 3: Input Data Enter the roll numbers, student names, and their marks under respective columns. Step 4: Add Formulas Total Marks: In the "Total Marks" column, use the formula to sum marks: =SUM(C2:E2) Copy this ...

Microsoft Excel top functions.

  Microsoft Excel offers numerous functions to simplify data analysis and calculation. Here are some of the most commonly used and powerful functions: Basic Functions SUM : Adds values. =SUM(A1:A10) AVERAGE : Calculates the mean of numbers. =AVERAGE(A1:A10) IF : Performs logical tests and returns values based on conditions. =IF(A1>10, "Yes", "No") COUNT : Counts numeric values in a range. =COUNT(A1:A10) LEN : Returns the length of a text string. =LEN(A1) Lookup and Reference Functions VLOOKUP : Looks for a value in the first column and returns a value in the same row from another column. =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) HLOOKUP : Similar to Here are practical examples of common Excel functions and how they can be applied in real-life scenarios: 1. SUM Scenario: Calculate the total sales for a week. Example: A B Day Sales Monday 200 Tuesday 150 Wednesday 300 Thursday 250 Friday 100 ...

What is Kruti Dev and how to download ?

  Kruti Dev is a popular typeface or font used primarily for typing in the Devanagari script, which is the script for Hindi, Marathi, and other Indian languages. It is widely used in government offices, printing presses, and other organizations in India for Hindi typing. Key Features of Kruti Dev: It is a non-Unicode font, meaning it does not follow the modern Unicode standard. Instead, it uses legacy encoding, which is different from Unicode fonts like Mangal. Kruti Dev fonts are available in various styles and sizes (e.g., Kruti Dev 010, Kruti Dev 020). It requires specific software or a keyboard layout to type effectively. How to Download Kruti Dev Font Official Sources: The font can often be downloaded from trusted websites offering Hindi typing tools or fonts. Ensure the site is reputable to avoid downloading malicious software. Steps to Download: Search for "Download Kruti Dev font" online. Visit a trusted source, such as: www.indiatyping.com www....