bbenaway
Instructor
- Sep 19, 2002
- 18
In the attached photo, am needing a formula that will pick up on a month (Jan) in column B, and pick up on both names (nancy and Lynn) in column D, and then look throughout the spreadsheet E9:X24 and give the total number. The tab for the sheet with the data is called "Production". The formula is embedded on another worksheet.
This is the formula that I used, but for some reason it is not adding up the numbers correctly.
=SUMPRODUCT(((Production!B9:B24="Jan")+(Production!d9:d24="nancy")+(Production!d9:d24="lynn")*Production!e9:x24))
This is the formula that I used, but for some reason it is not adding up the numbers correctly.
=SUMPRODUCT(((Production!B9:B24="Jan")+(Production!d9:d24="nancy")+(Production!d9:d24="lynn")*Production!e9:x24))