Dynamic Cell Name PLEASE help. Too much time spent on this

McGu

Board Regular
Joined
Oct 10, 2006
Messages
135
I have asked this before and each time I am refining my question, so here it goes:

Is there a way to dynamically name a cell based on the column and row labels?

I know that I can refer to a cell based on its row and column labels with a space in between, but how can I actually name the cell?


In the following chart, I have a Row 5 labeled 'Revenue' and Columns B, D, F, and H labeled 12/31/2002, 12/31/2003, 12/31/2004, 12/31/2005. (This is acceptable for labels, but they will not work with INDIRECT apparantly).

I would like to name the cells B5, D5, F5 and H5; 'Revenue2002', 'Revenue2003', 'Revenue2004', and 'Revenue2005'.

Each cell must be dynamic in that if the column label changes from '12/31/2002' to '12/31/2009', then the cell name must change from 'Revenue2002' to 'Revenue2009' also.

I do not have to use dates for the column labels, but it sure would make things much easier if I could.

There is a second part to this question, but we'll start here. The whole purpose of this is to be able to recall figures from the sheet named 'Model' to graph 'Revenue' over the selected periods.
FinancialModel V.10a experiment label.xls
ABCDEFGH
1IncomeStatementforXYZCompany
2Millionsof$
3Historical
42002(12)2003(12)2004(12)2005
5Revenue$1,235100.0%$1,252100.0%$1,300100.0%$1,334
6CostofSales$67955.0%$65952.6%$68152.4%$667
7GrossOperatingIncome$55645.0%$59347.4%$61947.6%$667
8
9Selling,General&Admn.Expenses$34027.5%$34927.9%$35127.0%$373
10DepreciationandAmortization$483.8%$524.2%$564.3%$75
11OtherNet(Income)/Expenses($12)-1.0%($8)-0.6%($7)-0.5%($8)
12EBIT$18014.6%$20016.0%$21916.8%$227
13
14Interest(Income)($1)-0.1%($1)-0.1%($2)-0.1%($2)
15InterestExpense$161.3%$151.2%$211.6%$24
16Pre-TaxIncome$16613.4%$18614.9%$20015.4%$205
17
18IncomeTaxes$574.6%$645.1%$685.2%$73
19NetIncome$1098.8%$1229.7%$13310.2%$133
20
Model
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
It has been suggested to me that I look into using MATCH and INDEX to get the result I am looking for. Is this correct and if so can someone point me in the right direction? Thanks.

Much appreciated.
 
Upvote 0
As I think you've been directed before, you're going about this the wrong way.

Rather than:

dynamically rename a cell that may move so that a static formula will always refer to it

excel is built to:

build a flexible formula that will find an item that moves

...given the data above, give us an example of what you are trying to achieve.
 
Upvote 0
Re: Dynamic Cell Name PLEASE help. Too much time spent on t

{snip}

There is a second part to this question, but we'll start here. The whole purpose of this is to be able to recall figures from the sheet named 'Model' to graph 'Revenue' over the selected periods.
{snip}
Consider using a named formula in your graph. Then, you can use simply choose which row(s) and/or column(s) you want to graph and the graph will automatically adjust.

See
Dynamic Charts
http://www.tushar-mehta.com/excel/newsgroups/dynamic_charts/index.html
particularly examples 3 through 6. If I understand your problem correctly, you want to combine examples 4 and 6.
 
Upvote 0

Forum statistics

Threads
1,215,566
Messages
6,125,589
Members
449,237
Latest member
Chase S

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top