Cliffork
New Member
- Joined
- Feb 12, 2020
- Messages
- 43
- Office Version
- 365
Hello,
I'm trying to create a quick check for a process document I use in my lab to ensure serial numbers are being applied in 4 places and they all have the correct serial number. Two are entered manually (row 1/2) and two are pulled from other sheets (row 3/4). I have the conditional formatting set to turn the fill color green if they all match, or remain yellow if they aren't all filled in yet. For some reason though, even though the formula is pulling TRUE, it is only formatting one cell green and I cannot for the life of me figure out why it is acting that way. Any suggestions?
I'm trying to create a quick check for a process document I use in my lab to ensure serial numbers are being applied in 4 places and they all have the correct serial number. Two are entered manually (row 1/2) and two are pulled from other sheets (row 3/4). I have the conditional formatting set to turn the fill color green if they all match, or remain yellow if they aren't all filled in yet. For some reason though, even though the formula is pulling TRUE, it is only formatting one cell green and I cannot for the life of me figure out why it is acting that way. Any suggestions?
New Envision Compilation -Template-.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
68 | Back Housing | 2408301B | |||||
69 | Bluetooth | 2408301B | |||||
70 | Eeproms | 2408301B | |||||
71 | Paperwork | 2408301B | |||||
Final Inspection Re-Check |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D70 | D70 | =RIGHT('2nd Values Capture'!A7,LEN('2nd Values Capture'!A7)-13) |
D71 | D71 | ='Cal Form'!K8 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D68:E71 | Expression | =AND(D68=D69,D69=D70,D70=D71) | text | NO |
D68:E70 | Cell Value | =0 | text | YES |
D71:E71 | Cell Value | =0 | text | YES |
D68:E71 | Cell | contains an error | text | NO |