I'm having difficulties writing a formula that would help me SUM the average job per day at my factory.
Here an example of how my raw data looks like
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Order[/TD]
[TD]total # of job
[/TD]
[TD]start date[/TD]
[TD]finish date[/TD]
[TD]average job per day[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]100
[/TD]
[TD]1 nov 17[/TD]
[TD]1 nov 17[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]200[/TD]
[TD]2 nov 17[/TD]
[TD]3 nov 17[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]400[/TD]
[TD]2 nov 17[/TD]
[TD]3 nov 17[/TD]
[TD]200[/TD]
[/TR]
</tbody>[/TABLE]
Now I would like to be able to write a formula that would give me a result in the other tap like this
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]date[/TD]
[TD]total job per day[/TD]
[/TR]
[TR]
[TD](date)[/TD]
[TD](formula)[/TD]
[/TR]
[TR]
[TD]1 nov 17[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]2 nov 17[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]3 nov 17[/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]
Any help is much appreciated thanks!
Here an example of how my raw data looks like
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Order[/TD]
[TD]total # of job
[/TD]
[TD]start date[/TD]
[TD]finish date[/TD]
[TD]average job per day[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]100
[/TD]
[TD]1 nov 17[/TD]
[TD]1 nov 17[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]200[/TD]
[TD]2 nov 17[/TD]
[TD]3 nov 17[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]400[/TD]
[TD]2 nov 17[/TD]
[TD]3 nov 17[/TD]
[TD]200[/TD]
[/TR]
</tbody>[/TABLE]
Now I would like to be able to write a formula that would give me a result in the other tap like this
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]date[/TD]
[TD]total job per day[/TD]
[/TR]
[TR]
[TD](date)[/TD]
[TD](formula)[/TD]
[/TR]
[TR]
[TD]1 nov 17[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]2 nov 17[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]3 nov 17[/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]
Any help is much appreciated thanks!