#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default formula?

what is the formula to calculate sales per hour.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,268
Default 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.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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.

.

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
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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