Calculate work-in-process historical data

freezer

New Member
Joined
Dec 6, 2014
Messages
4
Hi everyone!

My question is as follows:

I have a database that shows the start and exit dates (for each entry a separate start and exit date) from a commodity that is going through processing. The commodity has 3 different categories and each entry (lot) has a different volume. The database shows everything neatly into columns.

How can I calculate the daily volume inside of the production process of last year (the work-in-process)? And how do I integrate the separation of categories? The objective is to create a solid basis to do projections for the growing capacity for upcoming year.

It is a seasonal product, and there is a lot of difference between the days in processing (also due to the process) between each lot and I would therefore like to avoid averages.

Greets,

Freezer
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi,

Could you, please, post a small sample of your data and the output you would expect from this sample?

J.Ty.
 
Upvote 0
Hi,

Could you, please, post a small sample of your data and the output you would expect from this sample?

J.Ty.

Off course!

This is the data I use, next to each other:

CertificationEntryExitTicketnum Volume
RFA1-1-201428-1-2014125114,09
RFA1-1-201423-1-201412521,34
RFA1-1-201420-1-201412533,99
RFA1-1-2014 10-1-2014751015
RFA1-1-201417-1-201475111,08
RFA1-1-201421-2-201475121,2
RFA1-1-201410-2-2014751344,5
RFA1-1-201423-1-201475144,21
RFA1-1-201413-2-201475154,25
RFA1-1-2014 20-1-201475160,7
Convencional1-1-201417-1-201412492,54
Convencional1-1-201413-2-201412501,46
RFA2-1-201420-1-201412541,4
RFA2-1-201416-1-2014125512,33
FTO2-1-20144-2-2014546632,29
FTO2-1-201414-1-2014546715,1

<tbody>
</tbody>

Output:

DateCertificationVolume (in process)
1 janFLO?
RFA?
Conventional?
2 janFLO?
RFA?
Conventional?
3 janFLO?

<tbody>
</tbody>

I hope this helps!

Freezer
 
Upvote 0
I have made a few corrections to your data:
1) corrected typos (FTO/FLO and Conventional/Convencional)
2) Added year number to the dates in the report part (otherwise you would get strange results around year turn)
3) Put the date in every row of the report part (simplifies the formulas)

And then I propose the following (fill down the formula):

Excel 2010
ABCDE
1CertificationEntryExitTicketnumVolume
2RFA2014-01-012014-01-28125114,09
3RFA2014-01-012014-01-2312521,34
4RFA2014-01-012014-01-2012533,99
5RFA2014-01-012014-01-10751015
6RFA2014-01-012014-01-1775111,08
7RFA2014-01-012014-02-2175121,2
8RFA2014-01-012014-02-10751344,5
9RFA2014-01-012014-01-2375144,21
10RFA2014-01-012014-02-1375154,25
11RFA2014-01-012014-01-2075160,7
12Conventional2014-01-012014-01-1712492,54
13Conventional2014-01-012014-02-1312501,46
14RFA2014-01-022014-01-2012541,4
15RFA2014-01-022014-01-16125512,33
16FTO2014-01-022014-02-04546632,29
17FTO2014-01-022014-01-14546715,1
18
19
20DateCertificationVolume (in process)
212014-01-01FTO0,00
222014-01-01RFA90,36
232014-01-01Conventional4,00
242014-01-02FTO47,39
252014-01-02RFA104,09
262014-01-02Conventional4,00
272014-01-03FTO47,39
Sheet2
Cell Formulas
RangeFormula
C21=SUMIFS($E$2:$E$17,$B$2:$B$17,"<="&$A21,$C$2:$C$17,">="&$A21,$A$2:$A$17,"="&$B21)


Best,

J.Ty.
 
Last edited:
Upvote 0
Thanks! I'm gonna give it a try now!

Freeze

ps. the typo had to do with the spanish to english which I only partly did.
 
Upvote 0
Thanks for the feedback and good luck!

J.Ty.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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