What Formula to use for Rolling Inventory?

exalex

New Member
Joined
Nov 1, 2017
Messages
24
Hello,

I am looking to create a formula to update a rolling inventory need. please see below - thanks for the help! Need formula for E/F/G BELOW:

[TABLE="width: 714"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]e
[/TD]
[TD]f
[/TD]
[TD]g
[/TD]
[/TR]
[TR]
[TD="align: right"]1
[/TD]
[TD]Current Inventory
[/TD]
[TD]Monday sale
[/TD]
[TD]Tuesday Sale
[/TD]
[TD]Wednesday Sale
[/TD]
[TD]Inventory need Monday
[/TD]
[TD]Inventory need
[/TD]
[TD]Inventory need
[/TD]
[/TR]
[TR]
[TD="align: right"]2
[/TD]
[TD="align: right"]5
[/TD]
[TD="align: right"][/TD]
[TD="align: right"]6
[/TD]
[TD="align: right"]1
[/TD]
[TD="align: right"][/TD]
[TD="align: right"]1
[/TD]
[TD="align: right"]1
[/TD]
[/TR]
[TR]
[TD="align: right"]3
[/TD]
[TD="align: right"]6
[/TD]
[TD="align: right"]5
[/TD]
[TD="align: right"]3
[/TD]
[TD="align: right"]1
[/TD]
[TD="align: right"][/TD]
[TD="align: right"]2
[/TD]
[TD="align: right"]1
[/TD]
[/TR]
[TR]
[TD="align: right"]4
[/TD]
[TD="align: right"]4
[/TD]
[TD="align: right"]9
[/TD]
[TD="align: right"]11
[/TD]
[TD="align: right"]1
[/TD]
[TD="align: right"]5
[/TD]
[TD="align: right"]2
[/TD]
[TD="align: right"]1
[/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi,

I'm not understanding your requirement and/or logic here, line 4 in your sample is not adding up for me.
If you can insert a Blank Column after "sale" columns and before "need" columns:


Book1
ABCDEFGH
1Current InventoryMonday saleTuesday SaleWednesday SaleInventory need MondayInventory need TuesdayInventory need Wednesday
25061011
36531021
4491115111
Sheet45
Cell Formulas
RangeFormula
F2=MAX(0,SUM($B2:B2)-SUM($A2,$E2:E2))


Formula copied down and across.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,179
Members
453,021
Latest member
Justyna P

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