muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,077
- Office Version
- 365
- 2021
- Platform
- Windows
hi all..
i have problem about compare criteria then filling data index with 3 option 0%,negative% or positive % based on criteria
the table like the below:
my target in cell D9 and F9, how to fill (lookup) data index based on 3 criteria above
any help, thanks in advance..
sst.
i have problem about compare criteria then filling data index with 3 option 0%,negative% or positive % based on criteria
the table like the below:
index compare 2020.xlsx | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | |||
5 | Calculation Analysis | Class | Grade | Index | ||||||||||||
6 | Description | Objek Target | P-1 | Index | P-2 | Index | do not remove | Machine Condt | Very Good | 1 | 5% | |||||
7 | P-1 | P-2 | Good | 2 | 10% | |||||||||||
8 | Worst | 3 | 25% | |||||||||||||
9 | Machine Condt | Very Good | Good | -25,0% | Good | +10,0% | FALSE | TRUE | ||||||||
10 | ||||||||||||||||
11 | if red highlighted the cell is contains data wrong | correct cause "very good" in grade 1 then "Good" in grade 2, number index must postive percentage | ||||||||||||||
12 | note | |||||||||||||||
13 | 1 | "Very good" vs "good" the result is MUST Positive percentage cause "Very Good" in grade 1 and "Good" in grade 2 | Worst Vs Good, the index is MUST Negative cause Worst in grade 3 and Good in grade 2 | |||||||||||||
14 | 2 | if the description same e.g. Very Good vs Very Good , data index MUST 0% | ||||||||||||||
ok |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H9 | H9 | =SIGN(D9)=SIGN(VLOOKUP(INDEX($A$8:$F$9,MATCH($A9,$A$8:$A$9,0),MATCH(C$6,$A$6:$F$6,0)),$L$6:$M$8,2,0)-VLOOKUP(INDEX($B$8:$B$9,MATCH($A9,$A$8:$A$9,0)),$L$6:$M$8,2,0)) |
I9 | I9 | =SIGN(F9)=SIGN(VLOOKUP(INDEX($A$8:$F$9,MATCH($A9,$A$8:$A$9,0),MATCH(E$6,$A$6:$F$6,0)),$L$6:$M$8,2,0)-VLOOKUP(INDEX($B$8:$B$9,MATCH($A9,$A$8:$A$9,0)),$L$6:$M$8,2,0)) |
my target in cell D9 and F9, how to fill (lookup) data index based on 3 criteria above
any help, thanks in advance..
sst.