Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim
 
Posts: n/a
Default Formula to calculate hours, and pay

I enter an employee's start time in cell C1 as 11:00. I have the cell
formatted to return 11:00 AM. I enter his stop time in cell D1 as 16:00, and
the cell returns 4:00 PM. Cell E1 calculates D1-C1, and gives me 5:00 because
I have it formatted [h]:mm for elapsed time. Now I enter the hourly rate
($10.00) in cell F1, formatted for currency. I want cell G1 to tell me I owe
the employee $50.00 (5 hours at $10.00/hour).

What formula do I need for cell G1? Or do I need to change the formatting on
some of my other cells?

Thanks for your help. Somebody always seems to have the answer on here!
--
Jim
  #2   Report Post  
Posted to microsoft.public.excel.misc
Harald Staff
 
Posts: n/a
Default Formula to calculate hours, and pay

Hi Jim

=E1*F1*24

HTH. Best wishes Harald


"Jim" skrev i melding
...
I enter an employee's start time in cell C1 as 11:00. I have the cell
formatted to return 11:00 AM. I enter his stop time in cell D1 as 16:00,

and
the cell returns 4:00 PM. Cell E1 calculates D1-C1, and gives me 5:00

because
I have it formatted [h]:mm for elapsed time. Now I enter the hourly rate
($10.00) in cell F1, formatted for currency. I want cell G1 to tell me I

owe
the employee $50.00 (5 hours at $10.00/hour).

What formula do I need for cell G1? Or do I need to change the formatting

on
some of my other cells?

Thanks for your help. Somebody always seems to have the answer on here!
--
Jim



  #3   Report Post  
Posted to microsoft.public.excel.misc
Trevor Shuttleworth
 
Posts: n/a
Default Formula to calculate hours, and pay

Jim

G1 = E1*F1*24 formatted as general or currency

1 hour = 1 24th of a day, hence the reason for multiplying by 24


Regards

Trevor
"Jim" wrote in message
...
I enter an employee's start time in cell C1 as 11:00. I have the cell
formatted to return 11:00 AM. I enter his stop time in cell D1 as 16:00,
and
the cell returns 4:00 PM. Cell E1 calculates D1-C1, and gives me 5:00
because
I have it formatted [h]:mm for elapsed time. Now I enter the hourly rate
($10.00) in cell F1, formatted for currency. I want cell G1 to tell me I
owe
the employee $50.00 (5 hours at $10.00/hour).

What formula do I need for cell G1? Or do I need to change the formatting
on
some of my other cells?

Thanks for your help. Somebody always seems to have the answer on here!
--
Jim



  #4   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Formula to calculate hours, and pay

Hi!

=E1*24*F1

Format the cell as CURRENCY

Biff

"Jim" wrote in message
...
I enter an employee's start time in cell C1 as 11:00. I have the cell
formatted to return 11:00 AM. I enter his stop time in cell D1 as 16:00,
and
the cell returns 4:00 PM. Cell E1 calculates D1-C1, and gives me 5:00
because
I have it formatted [h]:mm for elapsed time. Now I enter the hourly rate
($10.00) in cell F1, formatted for currency. I want cell G1 to tell me I
owe
the employee $50.00 (5 hours at $10.00/hour).

What formula do I need for cell G1? Or do I need to change the formatting
on
some of my other cells?

Thanks for your help. Somebody always seems to have the answer on here!
--
Jim



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



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