I am using excell 2007
Problem 1.
I need to create a way for cell to auto fill with 1 key stroke.
Excell already does what I want until there is a blank cell seperating cells in the column I am entering data. With one key stroke I need a cell in column H to fill in the word. In other words T="Taken" or D="Declined" or possibly N="No action needed".
Problem 2
Is there a way I can create an active timer that counts down the military time in column J. Inmates are allowed 30 min out and it would be great to know if they have 10 min, or 23 min or what ever let out. I already have reminder set up but it only tells me when "Time is up". I would like to see minute by minute changes.
Thanx for the help, This Forum's help has meant a great deal to me, Thank you again,
K
Excel 2010
Problem 1.
I need to create a way for cell to auto fill with 1 key stroke.
Excell already does what I want until there is a blank cell seperating cells in the column I am entering data. With one key stroke I need a cell in column H to fill in the word. In other words T="Taken" or D="Declined" or possibly N="No action needed".
Problem 2
Is there a way I can create an active timer that counts down the military time in column J. Inmates are allowed 30 min out and it would be great to know if they have 10 min, or 23 min or what ever let out. I already have reminder set up but it only tells me when "Time is up". I would like to see minute by minute changes.
Thanx for the help, This Forum's help has meant a great deal to me, Thank you again,
K
Excel Workbook | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
6 | Date | Shift | Inmate Name | Red Tag | Ad Seg | Activities | Notes / Status / PC /PS / Gym / Lib | Taken / Declined | Officer no. | Time Out | Time In | Total Time Out | Time Left | ||
7 | |||||||||||||||
8 | 5-Apr | AM | inmate name | 1:1 | 1 | Shower & Clean | no issues | Taken | 1111 | 1636 | 1700 | 64 | |||
9 | 5-Apr | PM | inmate name | 1:1 | 4 | X=Meds | no issues | Declined | 11112 | 2332 | 2346 | 14 | |||
10 | 5-Apr | AM | inmate name | 1:1 | 4 | Meals | Taken | 10416 | 2228 | 2345 | 117 | ||||
DDAF Form |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A8 | =NOW() | |
A9 | =NOW() | |
A10 | =NOW() | |
L8 | =IF(K8-J8=0,"",K8-J8) | |
L9 | =IF(K9-J9=0,"",K9-J9) | |
L10 | =IF(K10-J10=0,"",K10-J10) |