Forum Discussion

ageraci's avatar
ageraci
Frequent Visitor
7 years ago

Dynamic Inventory Age Tracker

I have been banging my head against this problem for the last week and could really use some assistance.

 

What I am trying to do:

Calculate the age of inventory that is waiting to be repaired or have estimates posted. and put that in a line chart to track the trend of total days that inventory is sitting waiting for some work to be done. I want to see a calculation that dynamically tracks all the previous entries to get a total amount of waiting work and the length of time that it has been waiting.

 

What I am working with:

The below table is what I basically have (the "Repairs and Estimates" table), the waiting Estimate Test Days and Waiting repair days are both excel equations that I set up to calculate the amount of days that ought to show up when the line chart is showing a range of days but is specifically showing 10/1/2018. In ID 3's case I should see 18 days showing as the estimate was done 9/13 and the actual repair was completed 10/4.

IDInDateOutDateDepotRepairDateEstDateWaiting Estimate Test DaysWaiting Repair Days
109/04/1809/11/18Loc 0109/05/1809/05/18FALSEFALSE
209/04/1809/19/18Loc 0109/19/1809/13/18FALSEFALSE
309/04/1810/09/18Loc 0110/04/1809/13/18FALSE18
409/04/1809/25/18Loc 0109/22/1809/22/18FALSEFALSE
509/04/1809/26/18Loc 0109/22/1809/22/18FALSEFALSE

 

I would want to view this as a chart and then also get into averages of the data to see for example a rolling period of say 6 months for a location - to identify if a particular location is losing control of their repair/estimate schedule.

 

Thank you to anyone who can aid me. I have been failing at this for what feels like forever. (Or even direct me to an already made solution)

 

*Edit 1:

A few thoughts that seem to maybe make it more possible:

I currently had a relationship set up between a date table and the In date column of the table which is tying everything to the indate. I want the math to basically apply to the date to dynamically calculate, between all the rows of the repairs and estimates what the values of the repair days are compared to the actual calendar. 

4 Replies