Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default creating a time formula

I need to know how and if this can be done. I have 3 columns one is for
total hours worked then the other is the rate of pay per hour the last is
total pay. In the total pay I want it to take the total hours worked times
the pay rate and give me the total. The problem is that some hours worked
come out to 5 and 1/4 hours or 3/4 or half what is the formula I can use to
figure out the hours and minutes worked? if it is even hours there is no
problem only when dealing with the minutes. Can anyone point me in the right
direction Please.

Thank you so much.
--
5 P''s of Life
Prior
Planning
Prevents
Poor
Performane

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default creating a time formula

Do you mean you want to ignore the minutes, round to the nearest hour,
roundup, or apprtion them? Assuming that your total hours is a time field

Ignore them

=INT(total_hours*24)*pay_per_hour

Round


=ROUND(total_hours*24,0)*pay_per_hour

Roundup


=ROUNDUP(total_hours*24,0)*pay_per_hour

Apportion


=(total_hours*24)*pay_per_hour

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"J.W.R." wrote in message
...
I need to know how and if this can be done. I have 3 columns one is for
total hours worked then the other is the rate of pay per hour the last is
total pay. In the total pay I want it to take the total hours worked
times
the pay rate and give me the total. The problem is that some hours worked
come out to 5 and 1/4 hours or 3/4 or half what is the formula I can use
to
figure out the hours and minutes worked? if it is even hours there is no
problem only when dealing with the minutes. Can anyone point me in the
right
direction Please.

Thank you so much.
--
5 P''s of Life
Prior
Planning
Prevents
Poor
Performane



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default creating a time formula

5 and 1/4 hours
enter 5.25

5 and 3/4
enter 5.75

"J.W.R." wrote:

I need to know how and if this can be done. I have 3 columns one is for
total hours worked then the other is the rate of pay per hour the last is
total pay. In the total pay I want it to take the total hours worked times
the pay rate and give me the total. The problem is that some hours worked
come out to 5 and 1/4 hours or 3/4 or half what is the formula I can use to
figure out the hours and minutes worked? if it is even hours there is no
problem only when dealing with the minutes. Can anyone point me in the right
direction Please.

Thank you so much.
--
5 P''s of Life
Prior
Planning
Prevents
Poor
Performane

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default creating a time formula

Format your "hours worked" column as time, and enter 5 and 1/4 hours as
5:15, for example. If that is column A and your hourly rate is in B, then
your formula is =A1*B1*24, and format the result as General (or number, or
currency).

If, of course, you want to enter your hours worked as 5.25 (formatted not as
time but as number or general), then you can just multiply A1*B1.
Similarly if you enter hours worked as 5 1/4 (formatted as fraction), again
A1*B1 will give you the answer.
--
David Biddulph

"J.W.R." wrote in message
...
I need to know how and if this can be done. I have 3 columns one is for
total hours worked then the other is the rate of pay per hour the last is
total pay. In the total pay I want it to take the total hours worked
times
the pay rate and give me the total. The problem is that some hours worked
come out to 5 and 1/4 hours or 3/4 or half what is the formula I can use
to
figure out the hours and minutes worked? if it is even hours there is no
problem only when dealing with the minutes. Can anyone point me in the
right
direction Please.

Thank you so much.
--
5 P''s of Life
Prior
Planning
Prevents
Poor
Performane



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
Question calculation time and Index formula S Davis Excel Worksheet Functions 8 November 7th 06 11:41 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Time formula SallyGirl Excel Discussion (Misc queries) 4 February 1st 06 06:25 AM
Formula for a time card skateblade Excel Worksheet Functions 6 November 2nd 05 09:28 PM
What is the formula to display a negative time results? Robluc65 Excel Worksheet Functions 1 October 14th 05 11:15 PM


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