BlackBear277
New Member
- Joined
- Aug 31, 2011
- Messages
- 2
Hello All,
I'm new to the board and using Excel 2010 with Windows 7.
In my example, I have a "Selections" section which I'm able to hardkey parameters (such as Company "1003", Date "9/30/2011", and Product "Pears"). I'm interested in how I might incorporate a SUMPRODUCT formula in my scenerio to return the sum of any values that meet my hardkeyed parameter values. I've struggled writing a formula that fits this specific format.
Thanks so much for any help!
Excel 2010
I'm new to the board and using Excel 2010 with Windows 7.
In my example, I have a "Selections" section which I'm able to hardkey parameters (such as Company "1003", Date "9/30/2011", and Product "Pears"). I'm interested in how I might incorporate a SUMPRODUCT formula in my scenerio to return the sum of any values that meet my hardkeyed parameter values. I've struggled writing a formula that fits this specific format.
Thanks so much for any help!
Excel Workbook | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | 1001 | 1001 | 1001 | 1001 | 1003 | 1003 | 1003 | 1003 | 1006 | 1006 | 1006 | 1006 | |||
2 | Categories: | 3/31/2011 | 6/30/2011 | 9/30/2011 | 12/31/2011 | 3/31/2011 | 6/30/2011 | 9/30/2011 | 12/31/2011 | 3/31/2011 | 6/30/2011 | 9/30/2011 | 12/31/2011 | ||
3 | Apples | 200 | 150 | 250 | 200 | 200 | 175 | 225 | 225 | 250 | 200 | 275 | 225 | ||
4 | Pears | 50 | 25 | 75 | 50 | 50 | 25 | 25 | 75 | 100 | 25 | 30 | 50 | ||
5 | Oranges | 25 | 35 | 25 | 25 | 30 | 25 | 40 | 25 | 45 | 25 | 25 | 50 | ||
6 | |||||||||||||||
7 | 275 | 210 | 350 | 275 | 280 | 225 | 290 | 325 | 395 | 250 | 330 | 325 | |||
8 | |||||||||||||||
9 | Selections: | ||||||||||||||
10 | 1003 | ||||||||||||||
11 | 9/30/2011 | ||||||||||||||
12 | Pears | ??? | |||||||||||||
Sheet1 |