Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 61
Default How multiply hours and price?

I need help. I have price pro hours (exp. 27,03eur/hour) and time written in
one cell in form h:m:s (exp.28:35:00). How can I make formula to multiply and
show total cost (28:35:00*27,03=?. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default How multiply hours and price?

Assuming that the time amount (28:35:00) is stored as an internal date/time
and is only formatted as time and that the per hour amount (27.03 - you may
need to replace the comma (,) with a point (.)) is stored as a number and not
as text then a simple formula =a1*a2 should do it.

Remember to the keep the data simple and use formatting to make it appear as
you want it - it should work then.

HTH

Giles

"Diana" wrote:

I need help. I have price pro hours (exp. 27,03eur/hour) and time written in
one cell in form h:m:s (exp.28:35:00). How can I make formula to multiply and
show total cost (28:35:00*27,03=?. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default How multiply hours and price?

=price*time*24

as time is held as a fraction of 1 day.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Diana" wrote in message
...
I need help. I have price pro hours (exp. 27,03eur/hour) and time written

in
one cell in form h:m:s (exp.28:35:00). How can I make formula to multiply

and
show total cost (28:35:00*27,03=?. Thanks



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
How can I increase my price list by 5%, multiply missing under pas Susan New Users to Excel 3 August 9th 07 09:14 PM
wages - multiply hours and minutes by number of hours worked Carol (Australia) Excel Discussion (Misc queries) 6 April 1st 07 01:16 AM
using hours to multiply rate tikchye_oldLearner57 Excel Discussion (Misc queries) 2 February 1st 07 03:10 AM
multiply total hours by hourly pay charitydc Excel Discussion (Misc queries) 3 June 22nd 06 07:15 PM
how do i multiply hours:minutes by a cash value? Jeremy Flisher Excel Worksheet Functions 1 January 17th 05 03:52 PM


All times are GMT +1. The time now is 07:18 PM.

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"