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: range : The range of cells you want to evaluate against the criteria. criteria : The condition that determines which cells to include in the sum. This can be a number, expression, text, or a cell reference. 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)...
HTML, CSS, JavaScript, PHP, Mysql, Microsoft Excel, Microsoft Access, Microsoft Word. Tally ERP9, Computer Fundamentals and Internet etc.