calculating daily production

orsm6

Active Member
Joined
Oct 3, 2012
Messages
496
Office Version
  1. 365
Platform
  1. Windows
Hi all - trying to work out how to calculate some production data.

I know:
- how many units were made in the run
- how many units are made an hour

almost always the product might run across more than 1 day - so as example it started at 1/1/21 00:00 and finished 3/1/21 10:00 and produced 110,000 units....


what i can't work out is a formula that can workout each day how many units were made.... would anyone be able to help?

not sure what info i would need to provide to help, so please let me know.
TIA
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
you need to multiply the time by 24
=110000/((B1-A1)*24)
Book3
ABCDE
11/1/21 0:001/3/21 10:0058:00:001000001724.13793
Sheet1
Cell Formulas
RangeFormula
C1C1=B1-A1
E1E1=D1/((B1-A1)*24)


this gives you per hour
then * 24 to get each 24hour day

Book3
ABCDEF
11/1/21 0:001/3/21 10:0058:00:001000001724.1379341379.3103
Sheet1
Cell Formulas
RangeFormula
C1C1=B1-A1
E1E1=D1/((B1-A1)*24)
F1F1=E1*24
 
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,181
Members
449,071
Latest member
cdnMech

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