Hallo,
There's a range which filled with corresponding letters, each letter meaning in which direction the offset should take place. for example.
E4 = R
F4 = D
F5 = L
E5 to E8 = D
E9 = R
F9 to F7 = U
F6 = R
G6 = R
R = move right
D = move down
L = move left
U = move up
Basically it's a path that should lead to cell H6. And it strictly should follow the root of cells shown above.
There's a range which filled with corresponding letters, each letter meaning in which direction the offset should take place. for example.
E4 = R
F4 = D
F5 = L
E5 to E8 = D
E9 = R
F9 to F7 = U
F6 = R
G6 = R
R = move right
D = move down
L = move left
U = move up
Basically it's a path that should lead to cell H6. And it strictly should follow the root of cells shown above.