Calculate time and cost

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to calculate the cost per minute. I have column with time,
hh:mm:ss, and a column with costs in swedish Krona. How do I divade the cost
with the time? I would like to know how much each minute of work costs.
Whatever I try the result ends up wrong.

The time is larger then 23:59:59 (i.e 133:25:00).

Appreciate any help!

Lasse
 
Hi Lasse,

Time is stored as a fraction of a day. So to get the number of minutes,
multiply by 24*60 (=1440)

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top