Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eileen
 
Posts: n/a
Default Hours multiplied by money

I'm sure somebody knows this one. I need to get my hours worked when not
complete hours to multiply by a number that represents the hourly pay; what
is the formula when Excel counts 30 mins as .30 of an hour?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav
 
Posts: n/a
Default Hours multiplied by money


Mod(decimal hours,1) will get you part hour
if this is divided by 0.6 you will get your decimal minutes
so multiply this by the hourly rate

if minutes in cell A1 and rate is in b1
mod(a1,1)/0.6*b1 will work out the payment


if hours and minutes are in A1

(int(a1)+mod(a1,1)/0.6)*b1 will work out the payment

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=515275

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Hours multiplied by money


Eileen Wrote:
I'm sure somebody knows this one. I need to get my hours worked when
not
complete hours to multiply by a number that represents the hourly pay;
what
is the formula when Excel counts 30 mins as .30 of an hour?


Don't you want 30 minutes to convert to 0.5?

If you have time worked in hh:mm format in A1 and hourly rate in B1

=A1*B1*24


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=515275

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
adding rows of hours and minutes to get a total Tipps Excel Worksheet Functions 1 November 4th 05 07:03 PM
pounds multiplied by hours rsw1984 Excel Worksheet Functions 2 April 19th 05 12:07 PM
Hours and Money shaun Excel Discussion (Misc queries) 2 January 28th 05 03:09 PM
time format multiplied by hours worked ? Brett Excel Worksheet Functions 2 January 11th 05 01:11 AM
Subtracting paid hours from unpaid hours ejerry7 Excel Worksheet Functions 5 November 29th 04 04:16 AM


All times are GMT +1. The time now is 07:35 AM.

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"