Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jst4tdy
 
Posts: n/a
Default take numbers from one cell and add to another

I am trying to have hrs. worked if less than 80 take from another cell
containing comp time hrs. and increase the the hrs. worked and decrease the
comp time hrs.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary L Brown
 
Posts: n/a
Default take numbers from one cell and add to another

You'll have to correct the formulas for the appropraite cells...
Assume:
- Titles are in Row 1
A1: Hrs Worked
B1: Hrs Paid
C1: Comp Hrs Remaining

C2: Beginning Balance - Comp Hrs

A3: # of hours worked
B3: =IF(A3<80,A3+MIN(80-A3,C2),A3)
C3: =+C2+IF(A3<80,A3-B3,0)

HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"jst4tdy" wrote:

I am trying to have hrs. worked if less than 80 take from another cell
containing comp time hrs. and increase the the hrs. worked and decrease the
comp time hrs.

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 07:02 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"