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

Description: Function

This document describes the SUMIF function in Excel which allows you to sum the values in a range that meet criteria. The SUMIF function syntax takes in a range of cells to evaluate, and a criteria in the form of a number, expression, cell reference, text, or function to define which cells will be summed. For example, the formula =SUMIF(B2:B25,">5") will sum the values in range B2:B25 that are larger than 5.

Uploaded by

Rahul Rockzz
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Description: Function

This document describes the SUMIF function in Excel which allows you to sum the values in a range that meet criteria. The SUMIF function syntax takes in a range of cells to evaluate, and a criteria in the form of a number, expression, cell reference, text, or function to define which cells will be summed. For example, the formula =SUMIF(B2:B25,">5") will sum the values in range B2:B25 that are larger than 5.

Uploaded by

Rahul Rockzz
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

This article describes the formula syntax and usage of the SUMIF function in Microsoft Excel.

Description
You use the SUMIF function to sum the values in a range that meet criteria that you specify. For example, suppose that in a column that contains numbers, you want to sum only the values that are larger than 5. You can use the following formula:

=SUMIF(B2:B25,">5")
The SUMIF function syntax has the following arguments:

range Required. The range of cells that you want evaluated by criteria. Cells in each range must be numbers or names, arrays, or references that contain numbers. Blank and text values are ignored. criteria Required. The criteria in the form of a number, expression, a cell reference, text, or a function that defines which cells will be added. For example, criteria can be expressed as 32, ">32", B5, 32, "32", "apples", or TODAY().

You might also like