jbrown021286
Board Regular
- Joined
- Mar 13, 2023
- Messages
- 81
- Office Version
- 365
- Platform
- Windows
Cell Formulas | ||
---|---|---|
Range | Formula | |
A1 | A1 | =TODAY() |
K3:K37 | K3 | =IF(J3="","",INDEX($AA$3:$AA$91,MATCH(J3,$Z$3:$Z$91,0),1)) |
L3:L37 | L3 | =IF(K3="","",INDEX($AB$3:$AB$91,MATCH(J3,$Z$3:$Z$91,0),1)) |
C3:C4,C12:C37 | C3 | =IF([@RO]<>"",IF(C3="",TODAY(),C3),"") |
B3:B37 | B3 | =IFERROR(TEXT(WEEKDAY($C3),"Dddd"),"") |
H3:H37 | H3 | =SUMIF(Table1112933[@[FLAG TIME]:[ADJUSTMENT]],"<>",Table1112933[@[FLAG TIME]:[ADJUSTMENT]]) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
F3:F280,M22:M52 | Expression | =COUNTIF(W:W,F3)>0 | text | NO |
G3:G280 | Cell Value | =$P$33 | text | NO |
I5:I7 | Cell Value | =$P$32 | text | NO |
I5:I7 | Cell Value | =$P$31 | text | NO |
I5:I7 | Cell Value | =$P$30 | text | NO |
I5:I7 | Cell Value | =$P$29 | text | NO |
I5:I7 | Cell Value | =$P$28 | text | NO |
I5:I7 | Cell Value | =$P$27 | text | NO |
I19 | Cell Value | =$P$32 | text | NO |
I19 | Cell Value | =$P$31 | text | NO |
I19 | Cell Value | =$P$30 | text | NO |
I19 | Cell Value | =$P$29 | text | NO |
I19 | Cell Value | =$P$28 | text | NO |
I19 | Cell Value | =$P$27 | text | NO |
G3:G280 | Cell Value | =$P$32 | text | NO |
G3:H280 | Cell Value | =$P$31 | text | NO |
G3:H280 | Cell Value | =$P$30 | text | NO |
G3:H280 | Cell Value | =$P$29 | text | NO |
G3:H280 | Cell Value | =$P$28 | text | NO |
G3:H280 | Cell Value | =$P$27 | text | NO |
H3:H280 | Expression | =" =COUNTIFS(D:D,A1,E:E,J2)>0" | text | NO |
H3:H280 | Expression | =COUNTIFS(W:W,F3,X:X,H3)>0 | text | NO |
M3:O5,N6:O7 | Expression | =COUNTIFS(XFA:XFA,L3,XFC:XFC,M3)>0 | text | NO |
F28:F38 | Expression | =COUNTIF(XEU:XEU,F28)>0 | text | NO |
i need to make 2 conditional formatting formulas for column E. the first formula needs to highlight the cell if the adjacent cell in column f has a value in it and the cell column E is "x". the second formula needs to highlight the cell in column E if the adjacent cell in F has a value and the cell in E is empty. any help would be appreciated.