Thread: Running Average
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Scott W
 
Posts: n/a
Default Running Average

I am trying to get a running yield of parts going through my process
I am looking at different operations and the amount of parts that make
it from one operation to the next, such as,


Process A Process B Process C Process D
Col A Col B Col C Col D Col E Col F Col G Col H
pcs in pcs out pcs in pcs out pcs in pcs out pcs in pcs out

20 20 20 19 19 10 10 9
20 19 19 19 19 19 19
20 20 20 20 20
20 18 18
20

I am trying to calulate the running averages for each process by dividing
the number I finished with by the number I started with and since not all
parts have gone through the process I am not getting an accurate yield. I
would like to know how I can get the running yields of those lot that have
gone through and update the yields as the others are completed.

I am recording the daily and weekly yield averages on another work sheet so
my oringinal formula is as follows
=SUM(WIP!F4:F15)/SUM(WIP!D4:D15)


"Scott W" wrote: