ExceLoki
Well-known Member
- Joined
- Dec 13, 2021
- Messages
- 542
- Office Version
- 365
- Platform
- Windows
pretty sure i've done/seen this before, but drawing a blank on it atm, assistance is always appreciated!
first part has a table users fill out grading scenes as pass fail. i want on another page for anytime a fail happens to populate the client, id, type, and which scene was marked as fail.
------------
------------
first part has a table users fill out grading scenes as pass fail. i want on another page for anytime a fail happens to populate the client, id, type, and which scene was marked as fail.
------------
testing tracking.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Client | id | type | scene 1 | scene 2 | scene 3 | scene 4 | scene 5 | scene 6 | scene 7 | scene 8 | |||
2 | 1 | 422710 | LS | Pass | Pass | Pass | Pass | Pass | Fail | Pass | Pass | |||
3 | 1 | 422710 | SL | Pass | Fail | Pass | Pass | Pass | Pass | Pass | Pass | |||
4 | 1 | 422710 | JA | Pass | Pass | Pass | Pass | Pass | Pass | Pass | Fail | |||
5 | 1 | 422710 | JS | Pass | Pass | Pass | Pass | Fail | Pass | Pass | Pass | |||
6 | 1 | 422710 | CL | Pass | Pass | Pass | Pass | Pass | Pass | Pass | Pass | |||
7 | 2 | 394285 | LS | Pass | Pass | Pass | Fail | Pass | Pass | Pass | Pass | |||
8 | 2 | 394285 | SL | Pass | Pass | Pass | Pass | Pass | Pass | Pass | Pass | |||
9 | 2 | 394285 | JA | Pass | Pass | Pass | Pass | Pass | Fail | Fail | Pass | |||
10 | 2 | 394285 | JS | Fail | Pass | Fail | Pass | Pass | Pass | Pass | Fail | |||
11 | 2 | 394285 | CL | Pass | Pass | Pass | Pass | Pass | Pass | Pass | Pass | |||
Sheet2 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
E10 | Cell Value | ="Pass" | text | NO |
E10 | Cell Value | ="Fail" | text | NO |
F3 | Cell Value | ="Pass" | text | NO |
F3 | Cell Value | ="Fail" | text | NO |
E2:E9,F4:G9,F10,E11:L11 | Cell Value | ="Pass" | text | NO |
E2:E9,F4:G9,F10,E11:L11 | Cell Value | ="Fail" | text | NO |
F2 | Cell Value | ="Pass" | text | NO |
F2 | Cell Value | ="Fail" | text | NO |
G10,G2:L2,G3,H3:L10 | Cell Value | ="Pass" | text | NO |
G10,G2:L2,G3,H3:L10 | Cell Value | ="Fail" | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
E2:L11 | List | =validation!$C$1:$C$2 |
------------
testing tracking.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Client | id | type | scene failed | ||
2 | 1 | 422710 | LS | scene 6 | ||
3 | 1 | 422710 | SL | scene 2 | ||
4 | 1 | 422710 | JA | scene 8 | ||
5 | 1 | 422710 | JS | scene 5 | ||
6 | 2 | 394285 | LS | scene 4 | ||
7 | 2 | 394285 | JA | scene 6 | ||
8 | 2 | 394285 | JA | scene 7 | ||
9 | 2 | 394285 | JS | scene 1 | ||
10 | 2 | 394285 | JS | scene 3 | ||
11 | 2 | 394285 | JS | scene 8 | ||
Fail Notes |