I'm really stuck...I posted something yesterday about my overall problem, but I think it was too long and muddled so nobody responded.
Here is a formula I have:
=INDEX('Position Detail'!$1:$52,MATCH(Deals!A4,'Position Detail'!$B$1:$B$1000,0),MATCH(Deals!O2,'Position Detail'!$A$9:$AA$9,0))
I want to creat a reference to this formula to then evaluate. I am creating a spreadsheet that lists a variety of different asset classes, but the formula for Market Value is different for each asset class. I'm trying to avoid hard coding different formulas in each cell in a column, so my idea was to create a formulas page that I can refer to based on which asset class it is.
I don't even know if this makes sense!