Hello,
I require to check delay 3 of each character (1 with 1, X with X & 2 with 2) with the past occurrence of the same character.
For example column C, start-checking delay of "X" is in cell C7 steps back in cell C6 result is "X" (so far delay of "X" in C7 = 1 Print delay result in F7 = 1)
Check delay of "X" is in cell C8 steps back in cell C7 result is "X" (so far delay of "X" in C8 = 1 Print delay result in F8 = 1)
Check delay of "2" is in cell C9 steps back in cells "2" not found (so far delay of "2" in C9 = 0 Print delay result in F9 = 0)
Check delay of "X" is in cell C11 steps back in cells "X" found 3 steps back (so far delay of "X" in C11 = 3 Print delay result in F11 = 3)
Resume check each character with past occurrence finds in the column back rows
Sheet1 example....
Thank you all
Excel 2000
Regards,
Moti
I require to check delay 3 of each character (1 with 1, X with X & 2 with 2) with the past occurrence of the same character.
For example column C, start-checking delay of "X" is in cell C7 steps back in cell C6 result is "X" (so far delay of "X" in C7 = 1 Print delay result in F7 = 1)
Check delay of "X" is in cell C8 steps back in cell C7 result is "X" (so far delay of "X" in C8 = 1 Print delay result in F8 = 1)
Check delay of "2" is in cell C9 steps back in cells "2" not found (so far delay of "2" in C9 = 0 Print delay result in F9 = 0)
Check delay of "X" is in cell C11 steps back in cells "X" found 3 steps back (so far delay of "X" in C11 = 3 Print delay result in F11 = 3)
Resume check each character with past occurrence finds in the column back rows
Sheet1 example....
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | ||||||||||
3 | ||||||||||
4 | N | Year | n1 | n2 | EM1 | Delayn1 | Delayn2 | |||
5 | N | Year | n1 | n2 | EM1 | Delayn1 | Delayn2 | |||
6 | 1 | 2001 | X | 1 | ||||||
7 | 2 | 2001 | X | X | 1 | 0 | ||||
8 | 3 | 2001 | X | 1 | 1 | 2 | ||||
9 | 4 | 2001 | 2 | 1 | 0 | 1 | ||||
10 | 5 | 2001 | 1 | X | 0 | 3 | ||||
11 | 6 | 2001 | X | 2 | 3 | 0 | ||||
12 | 7 | 2001 | X | 1 | 1 | 3 | ||||
13 | 8 | 2001 | 1 | X | 3 | 3 | ||||
14 | 9 | 2001 | 1 | 1 | 1 | 2 | ||||
15 | 10 | 2001 | 1 | X | 1 | 2 | ||||
16 | 11 | 2001 | X | 1 | 4 | 2 | ||||
17 | 12 | 2001 | 1 | 1 | 2 | 1 | ||||
18 | 13 | 2001 | 1 | 1 | ||||||
19 | 14 | 2001 | X | 1 | ||||||
20 | 15 | 2001 | 1 | 1 | ||||||
21 | 16 | 2001 | 1 | 1 | ||||||
22 | 17 | 2001 | 2 | 1 | ||||||
23 | 18 | 2001 | 1 | 1 | ||||||
24 | 19 | 2001 | X | 1 | ||||||
25 | 20 | 2001 | 1 | 1 | ||||||
26 | 21 | 2001 | X | 1 | ||||||
27 | 22 | 2001 | 1 | 2 | ||||||
28 | 23 | 2001 | 1 | 1 | ||||||
29 | 24 | 2001 | 1 | 1 | ||||||
30 | 25 | 2001 | 1 | 1 | ||||||
31 | 26 | 2001 | 1 | 1 | ||||||
32 | 27 | 2001 | 1 | X | ||||||
33 | 28 | 2001 | 2 | 2 | ||||||
34 | 29 | 2001 | 1 | X | ||||||
35 | 30 | 2001 | 2 | 1 | ||||||
36 | 31 | 2001 | 1 | X | ||||||
37 | 32 | 2001 | X | 1 | ||||||
38 | 33 | 2001 | X | 2 | ||||||
39 | 34 | 2001 | X | 1 | ||||||
40 | 35 | 2001 | 1 | 1 | ||||||
41 | 36 | 2001 | X | X | ||||||
42 | 37 | 2001 | 2 | X | ||||||
43 | 38 | 2001 | X | X | ||||||
44 | 39 | 2001 | X | X | ||||||
45 | 40 | 2001 | 1 | 1 | ||||||
46 | 41 | 2001 | 1 | 1 | ||||||
47 | 42 | 2001 | 2 | X | ||||||
48 | 43 | 2001 | 1 | 2 | ||||||
49 | 44 | 2001 | X | 1 | ||||||
50 | 45 | 2001 | X | 1 | ||||||
51 | 46 | 2001 | X | 1 | ||||||
52 | 47 | 2001 | X | 1 | ||||||
53 | 48 | 2001 | X | 1 | ||||||
54 | 49 | 2001 | 2 | 1 | ||||||
55 | 50 | 2001 | X | X | ||||||
56 | ||||||||||
57 | ||||||||||
Sheet1 |
Thank you all
Excel 2000
Regards,
Moti