I am trying to find an indirect reference function.
Example:
I want to autopopulate cell B3 with a lookup value.
That value is found in Array "Data", on a separate sheet.
B3 looks at B1 for a date, finds that date in "Data" and returns the value X Rows down, and Y rows over.
X and Y are found through a VLookup at another array.
This seems straightforward, but I can't figure out how to do it.
Example:
I want to autopopulate cell B3 with a lookup value.
That value is found in Array "Data", on a separate sheet.
B3 looks at B1 for a date, finds that date in "Data" and returns the value X Rows down, and Y rows over.
X and Y are found through a VLookup at another array.
This seems straightforward, but I can't figure out how to do it.