Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I got a very long worksheet with tasks times in minutes (00:12 for 12 minutes
or 01:36 for 1 hour and 36 minutes), and hourly charge rates. I need to work out the cost in £ of those fractions of hours (and sometimes longer than one hour as you can see). I can't get the answer I look for. For example: a time cell has 00:12, and the hourly rate is 155, I should get to the 31 cost forthe 12 minutes, but can't. Any ideas? Thank you very much |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=B1*(A1*24)
where B1 is the charge, A1 is the time, format it as General. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Enrique" wrote in message ... I got a very long worksheet with tasks times in minutes (00:12 for 12 minutes or 01:36 for 1 hour and 36 minutes), and hourly charge rates. I need to work out the cost in £ of those fractions of hours (and sometimes longer than one hour as you can see). I can't get the answer I look for. For example: a time cell has 00:12, and the hourly rate is 155, I should get to the 31 cost forthe 12 minutes, but can't. Any ideas? Thank you very much |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or just =B1*A1*24 since multiplication is commutative and the order is not
relevant -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Bob Phillips" wrote in message ... =B1*(A1*24) where B1 is the charge, A1 is the time, format it as General. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Enrique" wrote in message ... I got a very long worksheet with tasks times in minutes (00:12 for 12 minutes or 01:36 for 1 hour and 36 minutes), and hourly charge rates. I need to work out the cost in £ of those fractions of hours (and sometimes longer than one hour as you can see). I can't get the answer I look for. For example: a time cell has 00:12, and the hourly rate is 155, I should get to the 31 cost forthe 12 minutes, but can't. Any ideas? Thank you very much |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No, but I added the brackets so the OP could better understand the logic
behind it -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Bernard Liengme" wrote in message ... Or just =B1*A1*24 since multiplication is commutative and the order is not relevant -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Bob Phillips" wrote in message ... =B1*(A1*24) where B1 is the charge, A1 is the time, format it as General. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Enrique" wrote in message ... I got a very long worksheet with tasks times in minutes (00:12 for 12 minutes or 01:36 for 1 hour and 36 minutes), and hourly charge rates. I need to work out the cost in £ of those fractions of hours (and sometimes longer than one hour as you can see). I can't get the answer I look for. For example: a time cell has 00:12, and the hourly rate is 155, I should get to the 31 cost forthe 12 minutes, but can't. Any ideas? Thank you very much |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding hours and minutes | Excel Worksheet Functions | |||
Need to convert hours and minutes to hours and tenths. | Excel Discussion (Misc queries) | |||
adding rows of hours and minutes to get a total | Excel Worksheet Functions | |||
elseif formula | Excel Discussion (Misc queries) | |||
Help for a newbie trying to add hours and minutes :) | Excel Discussion (Misc queries) |