Elitdarkphoenix
New Member
- Joined
- Nov 17, 2015
- Messages
- 8
Hello gentleman
Im having a small issue with finding the correct way to make a formula. i request your assistance.
i would like to find a value in a table based on something like this:
=INDEX(X:X,MATCH(S,$B$:$B$,0),MATCH(R$,$C$:$N$,0))
the problem is that i need it to go up or down the table (3 cells up or 3 cells down ) depending on a cell that provides me the values that mimic the behaviour.
so if cell A1 is -3 i want the cell reference to go up 3 cells if its 3 i want it to go down 3 cells, and return the value that is found there.
Any ideas how to achieve this?
Im having a small issue with finding the correct way to make a formula. i request your assistance.
i would like to find a value in a table based on something like this:
=INDEX(X:X,MATCH(S,$B$:$B$,0),MATCH(R$,$C$:$N$,0))
the problem is that i need it to go up or down the table (3 cells up or 3 cells down ) depending on a cell that provides me the values that mimic the behaviour.
so if cell A1 is -3 i want the cell reference to go up 3 cells if its 3 i want it to go down 3 cells, and return the value that is found there.
Any ideas how to achieve this?