Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to calculate a value where one argument is minutes and seconds and the
other is a value per minute. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=num_minutes*value_Per_minute
or am I not getting it? -- HTH Bob Phillips (remove nothere from email address if mailing direct) "michaeljohnking" wrote in message ... I want to calculate a value where one argument is minutes and seconds and the other is a value per minute. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The (A) cell containing the minutes and seconds is formatted as a "time"
cell. the other (B) cell is formatted as a "number" cell. When multiplying (A) by (B) the result is not accurate. "Bob Phillips" wrote: =num_minutes*value_Per_minute or am I not getting it? -- HTH Bob Phillips (remove nothere from email address if mailing direct) "michaeljohnking" wrote in message ... I want to calculate a value where one argument is minutes and seconds and the other is a value per minute. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Then =(A1*1440)*B1
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "michaeljohnking" wrote in message ... The (A) cell containing the minutes and seconds is formatted as a "time" cell. the other (B) cell is formatted as a "number" cell. When multiplying (A) by (B) the result is not accurate. "Bob Phillips" wrote: =num_minutes*value_Per_minute or am I not getting it? -- HTH Bob Phillips (remove nothere from email address if mailing direct) "michaeljohnking" wrote in message ... I want to calculate a value where one argument is minutes and seconds and the other is a value per minute. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate elapsed time between dates and times | Excel Worksheet Functions | |||
How do I calculate and show negative time in Excel? | Excel Worksheet Functions | |||
Calculate time | Excel Discussion (Misc queries) | |||
calculate negative or positve difference in time | Excel Discussion (Misc queries) | |||
Can't stop time duration [hh]:mm:ss converting to time of day | Excel Discussion (Misc queries) |