missdeannamarie
New Member
- Joined
- Mar 31, 2014
- Messages
- 25
Hello,
New here, but pretty certain i searched through all forums for an answer to my questions before posting this.
I've been stuck on this for a couple of days now. I have three columns in a table I want to use for this formula.
Build Status (Column A), Data Submit (Column B) and Ship Date (Column C)
I want to sum a range of cells that fall into a certain month and year. Here is my formula for that, which works perfectly:
=SUMPRODUCT((MONTH(Table2[Data Submit])=4)*(YEAR(Table2[Data Submit])=2014))
Now, I want to sum that same range of cells for that same criteria, however I want to omit any cells that shipped the previous month.
I have tried this, but it doesnt work:
=SUMPRODUCT((MONTH(Table2[Data Submit])=4)*(YEAR(Table2[Data Submit])=2014)),--(((MONTH(Table2[Ship Date])=3)*(YEAR(Table2[Ship Date])=2014))*(Table2[Build Status]<>"Shipped"))
Can anyone offer some insight or help??!??
Thank you,
New here, but pretty certain i searched through all forums for an answer to my questions before posting this.
I've been stuck on this for a couple of days now. I have three columns in a table I want to use for this formula.
Build Status (Column A), Data Submit (Column B) and Ship Date (Column C)
I want to sum a range of cells that fall into a certain month and year. Here is my formula for that, which works perfectly:
=SUMPRODUCT((MONTH(Table2[Data Submit])=4)*(YEAR(Table2[Data Submit])=2014))
Now, I want to sum that same range of cells for that same criteria, however I want to omit any cells that shipped the previous month.
I have tried this, but it doesnt work:
=SUMPRODUCT((MONTH(Table2[Data Submit])=4)*(YEAR(Table2[Data Submit])=2014)),--(((MONTH(Table2[Ship Date])=3)*(YEAR(Table2[Ship Date])=2014))*(Table2[Build Status]<>"Shipped"))
Can anyone offer some insight or help??!??
Thank you,