Project Runout date based on projection and actual sales

wgwgwgong

New Member
Joined
Nov 18, 2020
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
I have a question about calculating run-out date for inventory based on BOTH projection and actual YTD sales. Currently, I am able to use index,match+offset function to calculate the run-out date based on projection. by using the following equation:

''' =IFERROR(INDEX($E$2:$K$2,MATCH(TRUE,SUBTOTAL(9,OFFSET(E3:K34,,,,COLUMN($E$2:$K$2)-COLUMN(E3)+1))>+C3,0)),"None") '''

And that is based on projection only. However, I would love to incorporate the actual sales when the time goes by. That is, having a date in C1, when the B3 updated according to C1, and have my run-out date both looking at the YTD sale and the projection after the date in C1.

I have attached the screenshot of what I explained here. Also the link to the sample sheet: EXCEL-HELP



Hope this helps.
 

Attachments

  • excel.PNG
    excel.PNG
    19.7 KB · Views: 15

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,213,553
Messages
6,114,279
Members
448,562
Latest member
Flashbond

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