ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   formula? (https://www.excelbanter.com/excel-programming/284714-formula.html)

help!!!

formula?
 
what is the formula to calculate sales per hour.

J.E. McGimpsey

formula?
 
One way:

If hours is in integer format rather than time format (e.g., 8, not
8:00)
A1: <sales
A2: <hours

then

A3: =A1/A2


If instead hours is in time format (8:00), XL stores times as
fractional days, so you need to multiply by 24:

A3: =A1/(A2*24)

In article ,
"help!!!" wrote:

what is the formula to calculate sales per hour.


Peo Sjoblom

formula?
 
=Total_Sales/(Total_Hours*24)

so if you have sales in A2 and Hours in B2 (using the time format hh:mm)

=A2/(B2*24)

format as currency or general

--

Regards,

Peo Sjoblom

"help!!!" wrote in message
...
what is the formula to calculate sales per hour.




help!!!

formula?
 
thankx a mil. j.e.!!!
-----Original Message-----
One way:

If hours is in integer format rather than time format

(e.g., 8, not
8:00)
A1: <sales
A2: <hours

then

A3: =A1/A2


If instead hours is in time format (8:00), XL stores

times as
fractional days, so you need to multiply by 24:

A3: =A1/(A2*24)

In article ,
"help!!!" wrote:

what is the formula to calculate sales per hour.

.



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com