Excel Tips

Tips from The Finance Trenches: How to Use Variables in MS Excel SUMIF Formulas

Do you need to find the sum of a subset of cells in Excel spreadsheet that has multiple variables? Here, we’ll take a look at how adding a conditional variable (or variables) can help you get to your desired output – and we’ll also offer a few shortcuts along the way. Keep in mind, this approach simply builds on standard SUM formulas in MS Excel, where a range of cells is selected and the output is the sum of the results, and the formula can be copied across broad ranges of columns or rows.

First Step: Add a Variable

Let’s start with the following SUMIF formula:

=SUMIF(Variable_Range,Variable,Sum_Range)

Next, using the data from our example below, let’s say we need to find the sum of units sold in Asian countries. We would plug in the values as follows:

  • “Variable_Range” is the list of countries in column A
  • “Sum_Range” is the number of units in column D
  • “Variable” is in cell A24 (you can also replace the A24 with “Asia”, but that requires editing the formula if you want to find the results for “North America” or “Europe”).

So our equation then becomes:

=SUMIF(A8:A22,A24,D8:D22)

sumif example to find sum of units sold in Asian countries

Shortcut Tip: If you have multiple columns of data, simply copy the formula to other rows by “locking” your variables and copying the formula across all columns. To demonstate using the formula above, our formula would then become =SUMIF($A$8:$A$22,$A24,D$8:D$22); where the column identifying “Region” (Column $A$) is locked for rows and columns, the Region to sum (Cell $A24) is locked for column, and the units (Column D$) lock the rows, but not the column – so that the formula can be copied to other rows. 

Next Steps: Add a Second Variable

Now let’s modify our formula to add a second variable, changing SUMIF to SUMIFS by adding the following elements:

=SUMIFS(Sum_Range,Variable_1_Range,Variable_1,Variable_2_Range,Variable_2)

* Note: this formula is not restricted to the number of variables, meaning you can add Variable3…..VariableX.

sumifs example adding second variable

The key difference here with our IFS formula is that the sum range becomes the first portion of the formula, and the variable range and variable become the 2nd, 3rd, etc. portions.

Variation: Use the AVERAGEIF Function

AVERAGEIF and AVERAGEIFS can be substituted in the formulas above to get the average of a single or multiple variable.

averageif function example

Shortcut tip: Formulas to measure the number of occurrences can also use the IF and IFS function with the following formulas:

  • COUNTIF(Variable_Range,Variable) and
  • COUNTIFS(Variable_1_Range,Variable_1,Variable_2_Range,Variable_2).

We hope you found this tip useful! Are there any more reporting functions that you’re interested in streamlining? Don’t hesitate to contact us to let us know! Also check out our other recent Tips from from the Trenches:

Remember, 8020 Consulting can also assist you with complex accounting or finance matters that can make a significant and immediate impact on your bottom line. You can learn more about our services by clicking the image below.

financial consulting firm california

Categorized in:

similar articles

Learn to think and approach problems like our financial consultants.

Financial Planning & Analysis

CPG Data Insights: Mastering Future Prediction with Six Foundational Tools for CFOs

A CFO’s role involves enhancing transparency in current financial processes while guiding the long-term strategic plan.

June 8, 2023Branden Faust

Financial Systems

Customizing NetSuite Approval Workflows to Meet Unique Requirements 

NetSuite approval workflows can be customized to meet an organization’s unique approval requirements, ensuring that all transactions undergo appropriate scrutiny before they are posted to the system.

June 6, 2023Julian de Luna

Financial Planning & Analysis

3 Stages of Effective Cost Savings Initiatives

Cost cutting – it’s a goal that nearly every company aspires to achieve. However, unlike other areas of business improvement, there is no public playbook on how to accomplish these desired targets. Whether a firm is undergoing a full restructuring plan mandated by a Chapter 11 filing, maximizing the profit and loss statement prior to… View Article

May 31, 2023Aniv Nayar

See All

Back to Insights