» Summarize data according to criteria from the data table using Sumif formula, Offset formula and Combo Box in Microsoft Excel
CATEGORY - Summing
VERSION - All Microsoft Excel Versions
Example
Task: Summarize the Profit and Loss by P&L items (see P&L screen shot, column B) for the month of January 2001 or any other month that you choose.
Step 1: Specify a name for column B in the worksheet.
- Select column B, press Ctrl+F3, enter ColB in the Names in worksheet box, and then click OK.
- The SUMIF formula summarizes data according to criteria.
- The formula has 3 arguments:
- First argument – Range – ColB (column B in the data table sheet).
- Second argument – Criteria – b3 (the text: Revenue).
- Third argument – Sum_range – D:D (column D, January 2001). This is the data range from which the data-by-criteria will be summarized.
- The SUMIF formula is excellent for summarizing data according to criteria. However, there is a limitation: you cannot make any changes in the summary range when you use the SUMIF formula. In the example above, you summed up the data from the January 2001 column. How, then, can you easily change the range of the sum in order to sum from the column of March or April (instead of from January)?
- There is a third argument in the VLookup formula: changing the column number also changes the number of the intersected column.
- The Index formula is much more flexible; you can change both the number of the row and the number of the column.
- The SUMIF formula needs help, and the solution is to add the OFFSET formula.
-
The OFFSET formula returns a reference to a range that is a specified number of rows and columns from a cell or range of cells. The reference that is returned can be a single cell or a range of cells. You can specify the number of rows and the number of columns to be returned.
The formula in the example returns a value from a cell that is a given distance from the base cell of B4. The distance is 0 rows, 2 columns. The cell address is D4.
-
In the combined formula below, the data from January 2001 is summarized according to a criteria.
The formula is =SUMIF(ColB,B3,OFFSET (ColB,0,2))
Changing the third argument in the OFFSET formula will offset (reposition) the data summary range. In order to accomplish this, add a Combo Box to the sheet.
-
Add a Combo Box. The name of the cell linked to the combo box is MonthNumber.
In the screen shot, see the third argument of the SUMIF formula in the formula bar. The name of the cell that is linked to the Combo Box appears here.
- Investing in Real Estate, Fourth Edition
- Special Edition Using Microsoft Outlook 2002
- Microsoft Windows XP Step by Step (With CD-ROM)
- The Guide to Understanding Financial Statements
- Finance and Accounting for Nonfinancial Managers
- What the IRS Doesn't Want You to Know: A Cpa Reveals the Tricks of the Trade
Combining SUMIF, OFFSET and a Combo box provides an incredibly powerful tool for querying and summing data from a report.
Book Store:
Recommended Books:
No comments have been submitted.

