Formula needed, Projected sell out date

astclair

New Member
Joined
Jul 25, 2018
Messages
2
[h=2]I'm trying to find a formula to calculate the projected sell out date of our inventory, example if i have 1582 of one item in stock, and sell 181 a month, when will I sell out? Below is a list of our order, hence why
((D2+F2)/K2) was my first thought, but I am not sure how to make it project a date based on months as to when we will sell out.

I For the life of me cannot figure out the formula as I am still relatively new to this.

A,B- Product name
C-Product Number
D-Total in Warehouse
E-UPC Codes
F-On Order
G-Order Number
H-Stickered
I-Retire?
J-Average sales, June
K-Average Sales, July
[/h]

Thank you so much to anyone who can help me. I was doing it manually but with our business growing I no longer have time.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to the forum.

You could try:

=EOMONTH(TODAY(),(D2+F2)/K2)

which would give you the last day of the last month where you'd have enough.
 
Upvote 0
You can divide stock by sales for each item, then find the max for the # of months when everything is sold out.
 
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,726
Members
448,987
Latest member
marion_davis

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