Question Involving Time/Rate

Misterchipper

New Member
Joined
Jan 15, 2010
Messages
28
I have 2 pieces of data--1 involving time and another involving output of water.

What I would like to do is Subtract Time 1 from Time 2 and Output 1 from Output 2 to determine the relative rate between these 2...However, my excel converts the time into some strange function.

Time 19:44 20:20
Output 40 220
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I have 2 pieces of data--1 involving time and another involving output of water.

What I would like to do is Subtract Time 1 from Time 2 and Output 1 from Output 2 to determine the relative rate between these 2...However, my excel converts the time into some strange function.

Time 19:44 20:20
Output 40 220
C1 = 20:20
B1 = 19:44

=C1-B1

Result = 0:36
 
Upvote 0
Yes 0:36 is the answer for the difference in time--yet I want to perform the following formula

220/0:36--which will provide me a rate. For some reason, excel is treating 0:36 as 0.02 and giving me an absurd answer 88000. The answer should be something around 400.

Any help is appreciated....
 
Upvote 0
Yes 0:36 is the answer for the difference in time--yet I want to perform the following formula

220/0:36--which will provide me a rate. For some reason, excel is treating 0:36 as 0.02 and giving me an absurd answer 88000. The answer should be something around 400.

Any help is appreciated....
How about 366.6667?

C2 = 220

=C2/((C1-B1)*24)

Format as General or Number
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,252
Members
449,075
Latest member
staticfluids

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