I have a date table of financial indexes. Example of the S&P below (with some funky xl2bb remnant of the formula in there)...
The +/- column shows the change in the S&P from the first date I started tracking, in this case Feb 14 2022. The cell E16 has the value on that date, and subsequent cells take the S&P value on that date and track the variance using
=([@[S&P 500]]-$E$16)/$E$16
So is there a way to refer to that cell by some consistent name for formulas outside that table, or within the table if for some reason I chose to sort the table by another column than date? I have to use MINIFS or AGGREGATE functions to look up the earliest date and then XLOOKUP to get the S&P value for that date. If I'd like to base my +/- on some other date (e.g. the first tracking date of the current year) or add a column I have to modify the formulas in every row. It sure would be handy if I could have an absolute reference for it!
S&P 500 | S&P ±% | Date | ||||||||
4,401.67 | ]-$E$16)/$E$16|nf:0.0%]0.0% | 14-Feb-22 | ||||||||
4,384.65 | ]-$E$16)/$E$16|nf:0.0%]-0.4% | 26-Feb-22 | ||||||||
4,328.87 | ]-$E$16)/$E$16|nf:0.0%]-1.7% | 5-Mar-22 | ||||||||
4,575.52 | ]-$E$16)/$E$16|nf:0.0%]3.9% | 28-Mar-22 | ||||||||
4,392.59 | ]-$E$16)/$E$16|nf:0.0%]-0.2% | 16-Apr-22 | ||||||||
4,271.78 | ]-$E$16)/$E$16|nf:0.0%]-3.0% | 23-Apr-22 | ||||||||
4,123.34 | ]-$E$16)/$E$16|nf:0.0%]-6.3% | 6-May-22 | ||||||||
3,926.76 | ]-$E$16)/$E$16|nf:0.0%]-10.8% | 18-May-22 | ||||||||
The +/- column shows the change in the S&P from the first date I started tracking, in this case Feb 14 2022. The cell E16 has the value on that date, and subsequent cells take the S&P value on that date and track the variance using
=([@[S&P 500]]-$E$16)/$E$16
So is there a way to refer to that cell by some consistent name for formulas outside that table, or within the table if for some reason I chose to sort the table by another column than date? I have to use MINIFS or AGGREGATE functions to look up the earliest date and then XLOOKUP to get the S&P value for that date. If I'd like to base my +/- on some other date (e.g. the first tracking date of the current year) or add a column I have to modify the formulas in every row. It sure would be handy if I could have an absolute reference for it!
| |