USE OF CIRCULAR FORMULA

Terminator

New Member
Joined
May 7, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,
I have a problem to solve regarding placing the orders for materials before the material runs out from the stock.
for example in the image below, row 2 shows the demand per week of part x. Row 3 shows the stock inventory after consuming the week's demand plus the shipment received in that week.
I need to place orders each week to keep inventory low but the inventory should not fall below safety stock of 22 pieces.
When I write IF function to calculate the shipment orders, Row 3 shows a circular formula error. So I activate the iterations but then the value in Shipment becomes zero.

Is there any other formula that can be used in Row 4 so that it can give value but does not disappear from there? or how can I get the value of the if function to stay there after all the calculations?

1683498452467.png
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Try
Book1.xlsm
ABCDEFGHIJ
1
224-Apr01-May08-May15-May22-May29-May05-Jun
3Demand2218231091516
4Run Inv23171015302519
5Shipment121615241010
6
7
Sheet3
Cell Formulas
RangeFormula
D4:I4D4=IF(D3="","",(C4-D3)+D5)
 
Upvote 0
Try
Book1.xlsm
ABCDEFGHIJ
1
224-Apr01-May08-May15-May22-May29-May05-Jun
3Demand2218231091516
4Run Inv23171015302519
5Shipment121615241010
6
7
Sheet3
Cell Formulas
RangeFormula
D4:I4D4=IF(D3="","",(C4-D3)+D5)
Hello,
The values in SHIPMENT field disappears once i write down the formula in RUN INV FIELDS.

1683555316739.png

I have formula in SHIPMENT field as follows:
1683555367761.png
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,956
Members
449,096
Latest member
Anshu121

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