Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jetmendoza
 
Posts: n/a
Default How do I use the number of minutes as a value in calulations?

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   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I use the number of minutes as a value in calulations?

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   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default How do I use the number of minutes as a value in calulations?

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   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default How do I use the number of minutes as a value in calulations?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup with more than number to be retrieved martelie Excel Worksheet Functions 1 October 8th 05 07:33 AM
Calculating Total Number of Minutes in a Clock Setting Larry H Excel Discussion (Misc queries) 3 October 7th 05 11:25 PM
Count Number of Characters in a cell? AHJuncti Excel Discussion (Misc queries) 2 June 16th 05 07:39 PM
Need number of Saturdays and number of Sundays between 2 dates Class316 Excel Worksheet Functions 1 June 10th 05 02:47 AM
how do i convert a number into minutes for a time of completion c. dhelmers Excel Discussion (Misc queries) 2 January 29th 05 08:49 AM


All times are GMT +1. The time now is 04:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"