Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Symptoms
When Microsoft Excel recalculates a worksheet that contains a SUMIF formula, the recalculation takes longer to finish than expected.
For example, you type a number into a cell in the worksheet. Then, you press TAB. When Excel recalculates the worksheet, Excel takes longer to move the insertion point to the next cell in the worksheet than expected.
Cause
This issue may occur if the arguments in a SUMIF formula do not contain the same number of cells.
For example, this issue may occur if you use the following SUMIF formula in the worksheet.
=SUMIF($C$1:$F$3000,1,$G$1:$G$3000)
Note
The first and third arguments in the formula do not contain the same number of cells (rows and columns).
Resolution
To resolve this issue, use the same number of cells in the first and third arguments of the SUMIF formula.
For example, to resolve this issue in the formula in the "Cause" section, change the formula as shown in the following example.
=SUMIF($C$1:$C$3000,1,$G$1:$G$3000)
More Information
For more information about how to use the SUMIF formula, click Microsoft Excel Help on the Help menu, type SUMIF in the Search for box in the Assistance pane, and then click Start searching to view the topic.