Quote:
Originally Posted by djrobst
basically need to lookup a text value cell which features at the end of my data and then return a formula from another sheet to go in the box that is completing the lookup.
so i have a sheet with column A having the name of the dataset, then row B, C, D etc would be the formulas I want the lookup to return when column A is matched.
|
If your formula is stored as a string minus the leading '=', rather than as an actual formula, you could convert it to an actual formula via your VLOOKUP using the INDIRECT function.