KellyBailey
New Member
- Joined
- Jul 17, 2018
- Messages
- 5
Hello,
Hope someone can help with this. I have a worksheet with a list of products, dates, delivery locations and amount being delivered (units). The products can be duplicated, as can the dates, but the delivery locations will be different if this is the case.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Date[/TD]
[TD]Delivery Location[/TD]
[TD]Units[/TD]
[/TR]
[TR]
[TD]Cup[/TD]
[TD]30/10/18[/TD]
[TD]UK[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Cup[/TD]
[TD]30/10/18[/TD]
[TD]US[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]13/05/18[/TD]
[TD]UK[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]19/12/18[/TD]
[TD]UK[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]20/12/18[/TD]
[TD]US[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]25/12/18[/TD]
[TD]UK[/TD]
[TD]35[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]25/12/18[/TD]
[TD]US[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
I would like a formula that tell me when my next plate is coming in to the UK after a selected date and then in another cell how many units are being delivered.
So for example, if today is 10/5/18 the plates delivered into the UK would be 25.
But if today is 14/5/18 the plates delivered into the UK would be 1000.
I will also have a formula to tell me when the next plate is coming into the US etc.
I have had a really long look at this. Tried a variety of IF AND and IF OR with VLOOKUPs and INDEX MATCH functions. Nothing seemed to work.
Many thanks in advance
Kelly
Hope someone can help with this. I have a worksheet with a list of products, dates, delivery locations and amount being delivered (units). The products can be duplicated, as can the dates, but the delivery locations will be different if this is the case.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Date[/TD]
[TD]Delivery Location[/TD]
[TD]Units[/TD]
[/TR]
[TR]
[TD]Cup[/TD]
[TD]30/10/18[/TD]
[TD]UK[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Cup[/TD]
[TD]30/10/18[/TD]
[TD]US[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]13/05/18[/TD]
[TD]UK[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]19/12/18[/TD]
[TD]UK[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]20/12/18[/TD]
[TD]US[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]25/12/18[/TD]
[TD]UK[/TD]
[TD]35[/TD]
[/TR]
[TR]
[TD]Plate[/TD]
[TD]25/12/18[/TD]
[TD]US[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
I would like a formula that tell me when my next plate is coming in to the UK after a selected date and then in another cell how many units are being delivered.
So for example, if today is 10/5/18 the plates delivered into the UK would be 25.
But if today is 14/5/18 the plates delivered into the UK would be 1000.
I will also have a formula to tell me when the next plate is coming into the US etc.
I have had a really long look at this. Tried a variety of IF AND and IF OR with VLOOKUPs and INDEX MATCH functions. Nothing seemed to work.
Many thanks in advance
Kelly