Good day,
I am trying to find a way to jump to the “value” cell that my Vlookup is returning based on the “reference” cell. This is because I may wish to change this value and am looking for a way to get to it easily.
The Vlookup formula used is =VLOOKUP(MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,255),INDIRECT("'"&$A73&"'!"&"$B:$Z"),15,FALSE)
I really would appreciate assistance in this.
I am trying to find a way to jump to the “value” cell that my Vlookup is returning based on the “reference” cell. This is because I may wish to change this value and am looking for a way to get to it easily.
The Vlookup formula used is =VLOOKUP(MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,255),INDIRECT("'"&$A73&"'!"&"$B:$Z"),15,FALSE)
- The worksheet with the Vlookup formulae in it is called “Mar 18”, and the cell position with the Vlookup is Q73.
- The worksheet with the “value” cell is called “S129”, the “reference” cell position is B16 and the “value” cell position is P16.
- The “reference” cell position in “Mar 18” is A73.
I really would appreciate assistance in this.