XL: The Conditional Sum Wizard for Microsoft Excel |
The Conditional Sum Wizard is part of a series of add-on wizards that
Microsoft is making available to enhance your use of Microsoft Excel. The
Conditional Sum Wizard helps you to write formulas that calculate the sum
of values that meet specified conditions.
Note: The Conditional Sum Wizard is included with Excel 97 for Windows and
Excel 98 Macintosh Edition.
The add-in in this article is provided "as is" and Microsoft does not
guarantee that it can be used in all situations. Although Microsoft
Technical Support professionals can help with the installation and existing
functionality of this add-in, they will not modify the add-in to provide
new functionality.
The Conditional Sum Wizard aids in writing formulas that will sum a set of values that meet specified conditions. This wizard provides a user interface to create SUM-IF formulas. Below is a detailed description of each step in the Wizard, followed by an example.
Q119591 How to Obtain Microsoft Support Files From Online Services
A1: Region B1: Date C1: Total Sales D1: Sales Representative
A2: South B2: 1/1/96 C2: $103,476.98 D2: John Smith
A3: East B3: 1/1/96 C3: $57,400.35 D3: John Smith
A4: North B4: 1/5/96 C4: $95,375.34 D4: Mary Jones
A5: East B5: 1/9/96 C5: $143,564.67 D5: John Smith
A6: West B6: 1/9/96 C6: $200,359.85 D6: Mary Jones
A7: North B7: 1/9/96 C7: $204,014.46 D7: Mary Jones
A8: South B8: 1/9/96 C8: $98,435.12 D8: Mary Jones
A9: West B9: 1/13/96 C9: $65,678.41 D9: John Smith
A10: West B10: 1/14/96 C10: $138,357.60 D10: John Smith
A11: East B11: 1/23/96 C11: $69,189.58 D11: John Smith
A12: North B12: 1/23/96 C12: $40,781.30 D12: Mary Jones
A13: East B13: 1/25/96 C13: $89,053.68 D13: Mary Jones
A14: North B14: 1/31/96 C14: $85,462.12 D14: John Smith
A15: South B15: 1/31/96 C15: $199,980.15 D15: Mary Jones Sales Representative = Mary Jones
Date > 1/10/96
{=SUM(IF($B$2:$B$15>DATEVALUE("1/10/96"),IF($D$2:$D$15="Mary
Jones",$C$2:$C$15,0),0))} Additional query words:
Keywords : kbtool xlformula
Version : MACINTOSH:5.0,5.0a,98; WINDOWS:5.x,97; Win95:7.0; winnt:5.0
Platform : MACINTOSH Win95 WINDOWS winnt
Issue type : kbinfo
Technology : kbvcSearch
|
Last Reviewed: July 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |