Tagged Questions
1
vote
1answer
223 views
EXCEL Formula in master sheet
I want to be able to enter a formula in a "master sheet". That formula when called will be executed on the sheet in which the formula was called from.
Example:
Sheet 1 (master sheet)
Col A Col B
...
0
votes
1answer
6k views
Why doesn't this vlookup formula using the indirect function work?
I am using VLOOKUP but rather than hardcode a reference to the file's location I want to use the INDIRECT function to reference the file's location. However, my attempt at it doesn't work. What's ...