Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I calculate profit per hour in excel?

I am tracking money I make because it varies on a daily basis. I have
beginning balance of a certain time and ending balance of another time. I
have a column for profit/loss. Also I keep track of the starting time and
ending time. I have the total time worked. With this information, how do i
calculate profit per hour?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How do I calculate profit per hour in excel?

The general formula would be:

(end bal - start bal) / total time worked

Is your total time worked in a time format (8:00) or a decimal format (8.0)
?

If it's in decimal format (8.0):

A1 = start balance
B1 = end balance
C1 = total time worked

=(B1-A1)/C1

You might want to round to 2 decimal places:

=ROUND((B1-A1)/C1,2)

If your total time worked in a time format (8:00):

=(B1-A1)/(C1*24)

You might have to format that one as General or Number

=ROUND((B1-A1)/(C1*24),2)

--
Biff
Microsoft Excel MVP


"Excel calculations" <Excel wrote in
message ...
I am tracking money I make because it varies on a daily basis. I have
beginning balance of a certain time and ending balance of another time. I
have a column for profit/loss. Also I keep track of the starting time and
ending time. I have the total time worked. With this information, how do i
calculate profit per hour?



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
Does anyone now how to calculate miles per hour using excel? RuSLMaN Excel Worksheet Functions 2 March 4th 08 02:36 AM
How do I calculate profit as a % of Sales price bobnewmark Excel Discussion (Misc queries) 3 July 15th 06 12:27 AM
I need an Excel template that will calculate Retail Gross Profit Anthony Excel Worksheet Functions 1 May 25th 06 03:11 PM
Calculate gross profit based on varying percentages Pasko1 Excel Worksheet Functions 2 May 4th 06 03:14 AM
Calculate rate per hour Arjay Excel Discussion (Misc queries) 2 March 6th 06 05:14 AM


All times are GMT +1. The time now is 11:29 AM.

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"