MurdochQuill
Board Regular
- Joined
- Nov 21, 2020
- Messages
- 84
- Office Version
- 365
- Platform
- Windows
Hi all,
I have another question for today, I've been working through some list-based issues which seem simple but I just cant put it together in a workable format.
What I'm trying to do, is match unique ID's found in column "A" with some values. Based off of some simple rules, I am wanting to flag each rule with "Valid" or "Invalid". I've been fine up until this point, where I'm now trying to flag the unique ID as "No Valid flags" when all entries for the ID on the A column are marked as "Invalid" on any rule definition column.
So it should flag all unique ID's as "No valid flags" where no valid value for it exists. Basically I want to get rid of all the "Invalid" values where a "Valid" value exists for the same unique ID.
I have attached the spreadsheet example to this post
Any help is appreciated.
I have another question for today, I've been working through some list-based issues which seem simple but I just cant put it together in a workable format.
What I'm trying to do, is match unique ID's found in column "A" with some values. Based off of some simple rules, I am wanting to flag each rule with "Valid" or "Invalid". I've been fine up until this point, where I'm now trying to flag the unique ID as "No Valid flags" when all entries for the ID on the A column are marked as "Invalid" on any rule definition column.
So it should flag all unique ID's as "No valid flags" where no valid value for it exists. Basically I want to get rid of all the "Invalid" values where a "Valid" value exists for the same unique ID.
I have attached the spreadsheet example to this post
Any help is appreciated.
Flags.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | ID | First | Final | Difference | Init >9 | Final <1 | Difference <2 | Flags? | No Valids per unique ID? | Contains VALID or No Valid flags | |||||
2 | Pond3 | 9 | 8.61 | 0.39 | VALID | VALID | INVALID | INVALID | No Valid flags | YES | |||||
3 | Pond3 | 9 | 8.6 | 0.4 | VALID | VALID | INVALID | INVALID | No Valid flags | YES | |||||
4 | Pond3 | 10 | 8.6 | 1.4 | INVALID | VALID | INVALID | INVALID | No Valid flags | YES | |||||
5 | Pond3 | 10 | 8.6 | 1.4 | INVALID | VALID | INVALID | INVALID | No Valid flags | YES | |||||
6 | Pond2 | 10 | 8 | 2 | INVALID | VALID | VALID | INVALID | |||||||
7 | Pond1 | 11 | 5 | 6 | INVALID | VALID | VALID | INVALID | No Valid flags | YES | |||||
8 | Pond2 | 9 | 7 | 2 | VALID | VALID | VALID | VALID | YES | ||||||
9 | Pond2 | 9 | 7 | 2 | VALID | VALID | VALID | VALID | YES | ||||||
10 | Pond3 | 10 | 8.6 | 1.4 | INVALID | VALID | INVALID | INVALID | No Valid flags | YES | |||||
11 | Pond4 | 10 | 1 | 9 | INVALID | VALID | VALID | INVALID | No Valid flags | YES | |||||
12 | Pond4 | 10 | 1 | 9 | INVALID | VALID | VALID | INVALID | No Valid flags | YES | |||||
13 | Pond5 | 10 | 2 | 8 | INVALID | VALID | VALID | INVALID | |||||||
14 | Pond5 | 10 | 2 | 8 | INVALID | VALID | VALID | INVALID | |||||||
15 | Pond5 | 10 | 2 | 8 | INVALID | VALID | VALID | INVALID | |||||||
16 | Pond5 | 9 | 2 | 7 | VALID | VALID | VALID | VALID | YES | ||||||
17 | Pond6 | 9 | 7 | 2 | VALID | VALID | VALID | VALID | YES | ||||||
18 | Pond7 | 10 | 7 | 3 | INVALID | VALID | VALID | INVALID | No Valid flags | YES | |||||
19 | Pond8 | 9 | 7 | 2 | VALID | VALID | VALID | VALID | |||||||
20 | Pond9 | 10 | 7 | 3 | INVALID | VALID | VALID | INVALID | No Valid flags | YES | |||||
21 | Pond10 | 10 | 7 | 3 | INVALID | VALID | VALID | INVALID | No Valid flags | YES | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2:D21 | D2 | =B2-C2 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
F2:I22 | Cell Value | beginning with "INVALID" | text | NO |
F2:I22 | Cell Value | beginning with "VALID" | text | NO |