I am working in a labor tracking sheet. I need to allow for daily approval of hours, i.e., per column via G13 ..... I want to add a capability that allows someone to approve the entire week as well, i.e., G11 = "A". I am currently using the values from row13 to calculate "approved" hours in column E. Is there a way once the value of G11 (which represents a week) has been changed to "A" to have the values of G13:M13 changed to "A"? Which I am hoping would then run the existing Conditional formatting rule? I tried using IF(G11="A", "A", "") in a conditional formatting rule, but that doesn't seem to do the trick.
Any help would be appreciated.
Any help would be appreciated.
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1 | B1 | =TODAY() |
A14,A15:C35 | A14 | ='[DRAFT - TM Project Forecast - MCK Working File.xlsx]Project Setup'!B11 |
D14:F14 | D14 | =SUM(D15:D35) |
E15:E35 | E15 | =SUMIF($13:$13,"A",15:15) |
F15:F35 | F15 | =D15-SUM(G15:AJ15,AL15:BN15,BP15:CT15,CW15:DZ15,EB15:FF15,FH15:GK15,GM15:HQ15,HS15:IW15,IY15:KB15,KD15:LH15,LJ15:MM15,MO15:NS15,NU15:OY15,PA15:QB15,QD15:RH15,RJ15:SM15,SO15:TS15,TU15:UX15,UZ15:WD15,WF15:XJ15,XL15:YO15,YQ15:ZU15,ZW15:AAZ15,ABB15:ACF15,ACH15:ADL15,ADN15:ADN15) |
D17:D35 | D17 | ='[DRAFT - TM Project Forecast - MCK Working File.xlsx]Project Setup'!F14 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
G15:M57 | Expression | =IF($G$11="A", "A", "") | text | NO |
G17:BP17 | Expression | =AND(ISNUMBER(G$12),SUMIFS($G17:G17,$G$12:G$12,"<>")>=$D$17*$B$2) | text | NO |
G16:BP16 | Expression | =AND(ISNUMBER(G$12),SUMIFS($G16:G16,$G$12:G$12,"<>")>=$D$16*$B$2) | text | NO |
G15:BR15 | Expression | =AND(ISNUMBER(G$12),SUMIFS($G15:G15,$G$12:G$12,"<>")>=$D$15*$B$2) | text | NO |
M15:M35,M37:M57 | Expression | =COUNTIF($M$13, "A") | text | NO |
L15:L35,L37:L57 | Expression | =COUNTIF($L$13, "A") | text | NO |
K15:K35,K37:K57 | Expression | =COUNTIF($K$13, "A") | text | NO |
J15:J35,J37:J57 | Expression | =COUNTIF($J$13, "A") | text | NO |
I15:I35,I37:I57 | Expression | =COUNTIF($I$13, "A") | text | NO |
H15:H35,H37:H57 | Expression | =COUNTIF($H$13, "A") | text | NO |
G15:G35,G37:G57 | Expression | =COUNTIF($G$13, "A") | text | NO |
G13:BR13 | Cell Value | ="A" | text | NO |
G13:BR13 | Cell Value | ="P" | text | NO |
G12:AK57 | Expression | =G$12=$B$4 | text | NO |
G11,N11,U11,AB11,AI11,AQ11,AX11,BE11,BL11 | Cell Value | ="A" | text | NO |
G11,N11,U11,AB11,AI11,AQ11,AX11,BE11,BL11 | Cell Value | ="P" | text | NO |
F15:F35 | Cell Value | <0 | text | NO |
F14:F57 | Cell Value | <0 | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
A1:F57 | List | A,P |
G1:T10 | List | A,P |
G11:M11 | List | A, P |
G12:T12 | List | A,P |
G13:M13 | List | A, P |
G14:T57 | List | A,P |