divide an integer with time (in format "hh:mm")

lelkes

New Member
Joined
Oct 1, 2013
Messages
26
Hi again!
This question continues the the thread http://www.mrexcel.com/forum/excel-...ime-remaining-meetween-now-tomorrow-8-am.html

For the best part of the last six hours I've tried to figure out how to proceed, but failed completely :oops: So once again, I've to ask for your help....

Let's say I want to calculate the infusion rate in ml/h
A
B
C
D
1
Opened
Time Remaining
(hh:mm)
Volume in ml
2

=(TODAY()+1+"08:00:00")-NOW()


3
=NOW()

350





<tbody>
</tbody>

Rate in ml/h=D3/?

<tbody>
</tbody>

The formula I came closest with:
=D3/(TEXT(C2;"hh:mm")*24)
But not exactly:confused:

Thanks in advance, as usually your answer will be duly appreciated
//Peter
 
I think your original approach is correct; just that you don't need to convert it into text and format with HH:MM again.
simply try this
=D3/((TODAY()+1+"08:00"-NOW())*24)
 
Upvote 0

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,216,084
Messages
6,128,728
Members
449,465
Latest member
TAKLAM

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