![]() |
#1
|
|||
|
|||
![]()
I'm keeping track of my hours from work on my own spreadsheet.
Scenerio: 1 Column (A1 - A5) Each cell containing a day's hours; A1 = Monday A2 = Tuesday etc. A6 = The week's total hours What I want to do: When I've reached 40 hours, anything over 40 will appear in an adjacent cell and calculate how many hours OVER 40 (My overtime) that I have accumulated. I want it to do this automatically without me having to have multiple cells doing multiple other calculations. Or using some other nonsense jerry-rig. Hopefully my explanation is clear. thanks for any assistance. |
#2
|
||||
|
||||
![]()
Hi and welcome in A7 enter =MIN(40,A6) ( or instead of 40 refer to a cell containing the limit) in A8 enter =MAX(0,A6-40) (same remark)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calculating Profits? | MarkL | Project | 1 | 06-12-2012 07:19 AM |
Form file timesheet, auto fill date from calander | jkeeney | Word | 1 | 03-21-2012 12:21 AM |
![]() |
ketanco | Project | 5 | 12-15-2011 07:15 PM |
![]() |
IndCom | Excel | 12 | 05-27-2011 01:27 PM |
![]() |
beardking | Excel | 2 | 11-10-2009 02:06 AM |