Sumifs

avk5021

New Member
Joined
Oct 19, 2016
Messages
37
Office Version
  1. 365
Platform
  1. Windows
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!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Re: SUMIFS help!

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!

So, because for Nov 1 the start and end date are the same then there is just one set of data, but as Nov2 and Nov3 have jobs that overrun one day then that data has to be reconciled across two day?

I assume therefore that if certain jobs run across "N" days then you have to recognise 'N" set of data?
 
Upvote 0
Re: SUMIFS help!

Yes, the "N" days have to be recognised as I would like to get the result for total number of jobs per day. My actual raw data is very big and it would save lots of my time instead of adding average by myself.
 
Upvote 0
Re: SUMIFS help!

Fine. Three more questions:
1. You would perform this operation at the end of the month?
2. How do you deal with data that overlaps the end of the month?
3. Does my table below represent a reasonable extension of what your data might represent?
(I haven't properly worked out how you calculated your "average per day jobs". Is that necessary for the presentation of your next sheet?)
I am not seeing that I can assist your further, but your replies may assist someone else -- or they may see from my endeavour something that I have missed.

Excel 2013/2016
ABCDE
1Ordertotal # of jobstart datefinish dateaverage job per day
2A1001-Nov-171-Nov-17100
3B2002-Nov-173-Nov-17100
4C4002-Nov-173-Nov-17200
5D2002-Nov-176-Nov-17
6E1503-Nov-175-Nov-17
7F3003-Nov-178-Nov-17
8G1803-Nov-176-Nov-17
Sheet1
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

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