Automatic MRP forecast - help needed

brazill23

New Member
Joined
Dec 18, 2018
Messages
11
Hi All,

Im building automatic order point but hit some wall :( Maybe anyone here is happy to help :confused: ?
I have managed to calculate weeks of cover but I want to now add formula with allow me to :

-if weeks of cover lower then 3 place an order
-calculate quantity for "planned orders" to top up back to 6 weeks of stock (how much stock to order to back to 6 weeks again).
- also when no forecast (0) its still deducting weeks not sure is it correct

Im happy to send file if this will help:confused::confused:

Forecast 05005721852 0 02316185216361158185216361158
Opening Stock3,1823,1822,6822,110257257257-2,058-3,911-5,547-6,705-8,557-10,193
Planned Orders
Stock Cover5.14.13.12.11.10.1-1.1-2.4-4.8-3.6-5.2-8.8
SkipOrderOrderOrderOrderOrderOrderOrderOrderOrderOrder

<tbody>
</tbody>
Stock cover formula for 5.1 (week1) :

=IF(K60>K61,K61/K60,IF(K60+L60>K61,1+(K61-K60)/L60,IF(K60+L60+M60>K61,2+(K61-K60-L60)/M60,IF(K60+L60+M60+N60>K61,3+(K61-K60-L60-M60)/N60,IF(K60+L60+M60+N60+O60>K61,4+(K61-K60-L60-M60-N60)/O60,IF(K60+L60+M60+N60+O60+P60>K61,5+(K61-K60-L60-M60-N60-O60)/P60,IF(K60+L60+M60+N60+O60+P60+Q60>K61,6+(K61-K60-L60-M60-N60-O60-P60)/Q60,IF(K60+L60+M60+N60+O60+P60+Q60+R60>K61,7+(K61-K60-L60-M60-N60-O60-P60-Q60)/R60,"8+"))))))))
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"

Forum statistics

Threads
1,214,588
Messages
6,120,409
Members
448,959
Latest member
camelliaCase

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