Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default How do I convert time (hh:mm) to value ($$) in Excel?

Would like to calculate cost of time. Eg. Cost for production down time per
minute is $100. Says production doen for 3.5 hrs, what is formula shall I
apply in order to generate the cost (in $$).
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 117
Default How do I convert time (hh:mm) to value ($$) in Excel?

=3.5*60*100

"ahfen79" wrote:

Would like to calculate cost of time. Eg. Cost for production down time per
minute is $100. Says production doen for 3.5 hrs, what is formula shall I
apply in order to generate the cost (in $$).

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 464
Default How do I convert time (hh:mm) to value ($$) in Excel?

=(3.5/24)*60*100



--
Regards
Dave Hawley
www.ozgrid.com
"ahfen79" wrote in message
...
Would like to calculate cost of time. Eg. Cost for production down time
per
minute is $100. Says production doen for 3.5 hrs, what is formula shall I
apply in order to generate the cost (in $$).


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,203
Default How do I convert time (hh:mm) to value ($$) in Excel?

The formula needs to know for sure how you have your time entered. The title
indicates hh:mm, but you use 3.5 in the description.

One given: down time costs $100 per MINUTE.

If your down time is expressed as a decimal as 3.5 hours (210 minutes) then
=3.5 * 60 * 100
will give you $21,000 cost

But if your time is in hh:mm as 3:30 (3 hours, 30 minutes = 210 minutes) then
=time * 60 * 24 * 100
For example: the start of the down time is in A3 as 13:00 (1 p.m.) and the
end of the down time is in B3 as 16:30 (4:30 p.m.) a formula of B3-A3 would
show 3:30
so your formula for cost of down time would look like:
=(B3-A3)*24*60*100
Of course you could have the cost in a cell, such as A1 and the formula
could be written as
=(B3-A3)*24*60*A1
Be sure and format the cell with the formula in it properly; I'd recommend
either Currency or Accounting format.



"ahfen79" wrote:

Would like to calculate cost of time. Eg. Cost for production down time per
minute is $100. Says production doen for 3.5 hrs, what is formula shall I
apply in order to generate the cost (in $$).

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 do I convert time as text 'mm:ss to time value in Excel Sholto Excel Discussion (Misc queries) 5 April 1st 09 05:40 AM
Convert date/time to time only in Excel? Gretchen Excel Discussion (Misc queries) 4 August 7th 07 01:54 PM
Convert Text Time to Excel Time [email protected] Excel Discussion (Misc queries) 5 January 29th 07 04:43 PM
How do i convert unix time to Julian time in excel? Ken Excel Discussion (Misc queries) 1 December 14th 06 08:22 PM
In Excel, I want to convert Eastern time to pacific time dmunhall Excel Discussion (Misc queries) 4 April 1st 06 01:03 AM


All times are GMT +1. The time now is 07:00 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"