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

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
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,213,506
Messages
6,114,024
Members
448,543
Latest member
MartinLarkin

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