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:

A
B
C
D
e
f
g
1
Current Inventory
Monday sale
Tuesday Sale
Wednesday Sale
Inventory need Monday
Inventory need
Inventory need
2
5
6
1
1
1
3
6
5
3
1
2
1
4
4
9
11
1
5
2
1

<tbody>
</tbody>
 
Last edited:

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,215,133
Messages
6,123,235
Members
449,092
Latest member
SCleaveland

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