Alright maybe i am not to verse as i thought i was. I want to use an indirect cell reference as look up points for an index match deal. Easy you say well the cell reference is a table.
Sheet 1 contains Table named "LookUp"
In sheet 2:
Cell A1= "LookUp"
I want to write a index match that goes something like this.
=index(indirect(A1,0),match(D1,indirect(A1),0),match(E1,indirect(A1),0)
Now I know just writting (indirect A1) instead of an actualy array will not work. what i want to know is there a way to do this. In the match function I want it to be able to pick up on table1 lookup array.
I hope i am making sense because this is driving me nuts.
Sheet 1 contains Table named "LookUp"
In sheet 2:
Cell A1= "LookUp"
I want to write a index match that goes something like this.
=index(indirect(A1,0),match(D1,indirect(A1),0),match(E1,indirect(A1),0)
Now I know just writting (indirect A1) instead of an actualy array will not work. what i want to know is there a way to do this. In the match function I want it to be able to pick up on table1 lookup array.
I hope i am making sense because this is driving me nuts.