Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
If in column A I have the time a job started and in column B the time a job
ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#2
![]() |
|||
|
|||
![]()
=total_time*24*rate formatted as number or currency
Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#3
![]() |
|||
|
|||
![]()
please be more specific as to how to do this. Thanks, Keith
"Peo Sjoblom" wrote: =total_time*24*rate formatted as number or currency Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#4
![]() |
|||
|
|||
![]()
=(B1-A1)*24*rate
format for number or currency Regards, Peo Sjoblom "Keith" wrote: please be more specific as to how to do this. Thanks, Keith "Peo Sjoblom" wrote: =total_time*24*rate formatted as number or currency Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#5
![]() |
|||
|
|||
![]()
THIS DOES NOT WORK.
"Peo Sjoblom" wrote: =(B1-A1)*24*rate format for number or currency Regards, Peo Sjoblom "Keith" wrote: please be more specific as to how to do this. Thanks, Keith "Peo Sjoblom" wrote: =total_time*24*rate formatted as number or currency Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#6
![]() |
|||
|
|||
![]()
Try it for yourself and see the result!
column a = 9:00am column b = 9:30am column c = (b-a) column d = rate $1.05) column = solution (should be $31.50) "Peo Sjoblom" wrote: =(B1-A1)*24*rate format for number or currency Regards, Peo Sjoblom "Keith" wrote: please be more specific as to how to do this. Thanks, Keith "Peo Sjoblom" wrote: =total_time*24*rate formatted as number or currency Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#7
![]() |
|||
|
|||
![]()
Keith
Peo assumed the rate of $1.05 was per hour. You want rate of $1.05 per minute if you desire $31.50 as a result from 30 minutes. Amend formula to =(B1-A1)*24*1.05*60 Gord Dibben Excel MVP On Tue, 17 May 2005 15:01:03 -0700, "Keith" wrote: Try it for yourself and see the result! column a = 9:00am column b = 9:30am column c = (b-a) column d = rate $1.05) column = solution (should be $31.50) "Peo Sjoblom" wrote: =(B1-A1)*24*rate format for number or currency Regards, Peo Sjoblom "Keith" wrote: please be more specific as to how to do this. Thanks, Keith "Peo Sjoblom" wrote: =total_time*24*rate formatted as number or currency Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#8
![]() |
|||
|
|||
![]()
I didn't assume anything but the OP although asking me to be specific wasn't
specific in his post and never mentioned that it was pay per minute. I mean how many pay rates are per minute? Sanctus Simplicus! -- Regards, Peo Sjoblom "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Keith Peo assumed the rate of $1.05 was per hour. You want rate of $1.05 per minute if you desire $31.50 as a result from 30 minutes. Amend formula to =(B1-A1)*24*1.05*60 Gord Dibben Excel MVP On Tue, 17 May 2005 15:01:03 -0700, "Keith" wrote: Try it for yourself and see the result! column a = 9:00am column b = 9:30am column c = (b-a) column d = rate $1.05) column = solution (should be $31.50) "Peo Sjoblom" wrote: =(B1-A1)*24*rate format for number or currency Regards, Peo Sjoblom "Keith" wrote: please be more specific as to how to do this. Thanks, Keith "Peo Sjoblom" wrote: =total_time*24*rate formatted as number or currency Regards, Peo Sjoblom "Keith" wrote: If in column A I have the time a job started and in column B the time a job ended and I find the time elapsed in column C. From column D I have entered a fixed rate. I want excel to calculate the amount due in column E. How do I do this? |
#9
![]() |
|||
|
|||
![]()
Apologies for the "Peo assumed".
Sometimes it's like pulling teeth to get all the information from posters. Gord On Tue, 17 May 2005 19:46:32 -0700, "Peo Sjoblom" wrote: I didn't assume anything but the OP although asking me to be specific wasn't specific in his post and never mentioned that it was pay per minute. I mean how many pay rates are per minute? Sanctus Simplicus! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need help with a formula calculating time | Excel Discussion (Misc queries) | |||
Calculating tvl time in Excel 2000 Rev.9.2720 | Excel Worksheet Functions | |||
Calculating time between successful data transmissions | Excel Discussion (Misc queries) | |||
Calculating effective time from start/end date+time | Excel Worksheet Functions | |||
calculating date time ranges | Excel Worksheet Functions |