So I am trying to total a dollar value for what we should be shipping for August. Easy enough, have the formula look the promise date column (L) and sum it up using a date range. The problem is sometimes we ship orders earlier than promised and I also need to look at the ship date. So if the dollar value is in Column H, I want to total the possible amount of dollars shipped in the month of August, but as you can see, some items have already shipped in July.
So far my formula so far looks like this, =SUMIFS(Sheet1!H:H,Sheet1!L:L,">=8/1/18",Sheet1!L:L,"<=8/31/18"). What can i add to also make it look in Column M and to exclude items that shipped prior to 8-1? I have a general idea, but can't seem to make it work.
Thanks in advance.....Dave
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]L[/TD]
[TD="align: center"]M[/TD]
[/TR]
[TR]
[TD="align: center"]Promised[/TD]
[TD="align: center"]Shipped[/TD]
[/TR]
[TR]
[TD="align: center"]8/21/2018[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]8/21/2018[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]08/14/2018[/TD]
[TD="align: center"]8/12/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/14/2018[/TD]
[TD="align: center"]8/12/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/14/2018[/TD]
[TD="align: center"]7/27/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]7/26/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
</tbody>[/TABLE]
So far my formula so far looks like this, =SUMIFS(Sheet1!H:H,Sheet1!L:L,">=8/1/18",Sheet1!L:L,"<=8/31/18"). What can i add to also make it look in Column M and to exclude items that shipped prior to 8-1? I have a general idea, but can't seem to make it work.
Thanks in advance.....Dave
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]L[/TD]
[TD="align: center"]M[/TD]
[/TR]
[TR]
[TD="align: center"]Promised[/TD]
[TD="align: center"]Shipped[/TD]
[/TR]
[TR]
[TD="align: center"]8/21/2018[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]8/21/2018[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]08/14/2018[/TD]
[TD="align: center"]8/12/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/14/2018[/TD]
[TD="align: center"]8/12/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/14/2018[/TD]
[TD="align: center"]7/27/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]7/26/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
[TR]
[TD="align: center"]08/17/2018[/TD]
[TD="align: center"]8/8/2018[/TD]
[/TR]
</tbody>[/TABLE]