Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Time * Rate = Amount Billed Formula?

I need to multiply the time recorded (in hours:minutes) by the charging rate
(in currency) to get the total amount billed as follows:

Time Billed Charge Out Rate Amount Billed

01:00 £285
02:30 £285

Please can someone tell me what formula to use, how to do this?

Thanks. Andy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Time * Rate = Amount Billed Formula?

If your charge-out rate is £ per hour, you will need to multiply by 24
to get the correct amount, as time is stored internally as a fraction
of a 24-hour day. So, your formula in C2 would be:

=A2 * B2 * 24

formatted as currency, assuming these are the only columns in your
worksheet.

Hope this helps.

Pete

Andrew Eagles wrote:
I need to multiply the time recorded (in hours:minutes) by the charging rate
(in currency) to get the total amount billed as follows:

Time Billed Charge Out Rate Amount Billed

01:00 £285
02:30 £285

Please can someone tell me what formula to use, how to do this?

Thanks. Andy


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Time * Rate = Amount Billed Formula?

Thanks Pete, that worked a treat. You're a star!

Best, Andy

"Pete_UK" wrote:

If your charge-out rate is £ per hour, you will need to multiply by 24
to get the correct amount, as time is stored internally as a fraction
of a 24-hour day. So, your formula in C2 would be:

=A2 * B2 * 24

formatted as currency, assuming these are the only columns in your
worksheet.

Hope this helps.

Pete

Andrew Eagles wrote:
I need to multiply the time recorded (in hours:minutes) by the charging rate
(in currency) to get the total amount billed as follows:

Time Billed Charge Out Rate Amount Billed

01:00 £285
02:30 £285

Please can someone tell me what formula to use, how to do this?

Thanks. Andy



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Time * Rate = Amount Billed Formula?


Andy,

Convert the time to decimal format and then multiply by the rate.


=(A1*24)*B1 = Amount Billed

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=560714

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Time * Rate = Amount Billed Formula?

Thanks for the feedback, Andy.

Pete

Andrew Eagles wrote:
Thanks Pete, that worked a treat. You're a star!

Best, Andy

"Pete_UK" wrote:

If your charge-out rate is £ per hour, you will need to multiply by 24
to get the correct amount, as time is stored internally as a fraction
of a 24-hour day. So, your formula in C2 would be:

=A2 * B2 * 24

formatted as currency, assuming these are the only columns in your
worksheet.

Hope this helps.

Pete

Andrew Eagles wrote:
I need to multiply the time recorded (in hours:minutes) by the charging rate
(in currency) to get the total amount billed as follows:

Time Billed Charge Out Rate Amount Billed

01:00 £285
02:30 £285

Please can someone tell me what formula to use, how to do this?

Thanks. Andy






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Time * Rate = Amount Billed Formula?

Thanks SteveG

"SteveG" wrote:


Andy,

Convert the time to decimal format and then multiply by the rate.


=(A1*24)*B1 = Amount Billed

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=560714


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
If formula for Time Ad Excel Discussion (Misc queries) 2 May 22nd 06 09:55 AM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Time formula SallyGirl Excel Discussion (Misc queries) 4 February 1st 06 06:25 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 02:08 PM.

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

About Us

"It's about Microsoft Excel"