Find Date that an Order qty is fulfilled

GorD

Well-known Member
Joined
Jan 17, 2004
Messages
1,447
I feel this should be easy, but having a bit of a mental block this morning

I have weeks in coulmns and associated build qtys for those weeks - say 10 per week

I also have sales orders which may be a qty of 50 - I want to find when the qty of 50 is built and then return the date or weeknum when this happens

The next order may be for 60 so I would need to find when 110 units are scheduled to be built


Many thanks
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Maybe not as easy as I first thought

so far using

=INDEX('Cust Schedule'!$H$2:$BE$2,MATCH(TRUE,INDEX('Cust Schedule'!$H$62:$BE$62>=$N15,0),0))

which is partially working
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top