Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am subtracting time i.e. 15:03-14:55 and getting :08 as the answer. I
would like to use :08 as a value of just 8 so that I can use it in a calculation. For example, I have a pump that pumps water 1080 ml/minm, if it pumps between 14:55 and 15:03 I would like Excel to calculate the number of minutes, 8, and multiply by 1080 to get the number of mls. However, Excel calculates, :08 and multiplies by 1080 gets 0:00. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Multiply the time value by 1440, the number of minutes in a day.
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "jetmendoza" wrote in message ... I am subtracting time i.e. 15:03-14:55 and getting :08 as the answer. I would like to use :08 as a value of just 8 so that I can use it in a calculation. For example, I have a pump that pumps water 1080 ml/minm, if it pumps between 14:55 and 15:03 I would like Excel to calculate the number of minutes, 8, and multiply by 1080 to get the number of mls. However, Excel calculates, :08 and multiplies by 1080 gets 0:00. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Multiply the result by 1440. E.g,
=D2*1440 Be sure to format the cell as General, not Time. "jetmendoza" wrote in message ... I am subtracting time i.e. 15:03-14:55 and getting :08 as the answer. I would like to use :08 as a value of just 8 so that I can use it in a calculation. For example, I have a pump that pumps water 1080 ml/minm, if it pumps between 14:55 and 15:03 I would like Excel to calculate the number of minutes, 8, and multiply by 1080 to get the number of mls. However, Excel calculates, :08 and multiplies by 1080 gets 0:00. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to convert minutes first:
In A1, put 15:03 In A2, put 14:55 In A3, put =A1-A2 displays :08 In A4, put =A3*24*60 format as general to display 8 In A5, put 1080 In A6, put =A5*A4 displays 8640 -- Gary's Student "jetmendoza" wrote: I am subtracting time i.e. 15:03-14:55 and getting :08 as the answer. I would like to use :08 as a value of just 8 so that I can use it in a calculation. For example, I have a pump that pumps water 1080 ml/minm, if it pumps between 14:55 and 15:03 I would like Excel to calculate the number of minutes, 8, and multiply by 1080 to get the number of mls. However, Excel calculates, :08 and multiplies by 1080 gets 0:00. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup with more than number to be retrieved | Excel Worksheet Functions | |||
Calculating Total Number of Minutes in a Clock Setting | Excel Discussion (Misc queries) | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
how do i convert a number into minutes for a time of completion c. | Excel Discussion (Misc queries) |