vote up 1 vote down star

I have a table "A" with 2 columns "Foo" and "Bar". I have a formula with the structured reference A[Foo]. When I fill this formula horizontally I want the reference to stay A[Foo] but now, in the second column, the reference turns to A[Bar]. Is there a way to make this structured reference absolute?

It'd be shocking that this isn't supported if not.

Example Formula:

=A[Foo]

Drag that horizontally and Foo changes if the table has multiple columns

flag

75% accept rate
Could you give an example formula? – divo Dec 12 '08 at 20:41
I added one. I can give you the exact formula from my sheet, but I think that illustrates my problem. Let me know. – TheDeeno Dec 12 '08 at 20:50
I cannot reproduce this problem. When I copy the formula horizontally the referenced column stays the same. Could you describe the exact steps that you do? – divo Dec 12 '08 at 20:51
Does your table have multiple columns? In cell A1 I type Foo, in cell B1 I type Bar. I insert a table selecting A1:B1. I add value 1, 2 to Foo and Bar respectively. In A4 i enter the formula '=A[Foo]'. I drag formula to B4 and the formula changes to '=A[Bar]' – TheDeeno Dec 12 '08 at 20:54

3 Answers

vote up 1 vote down check

Hi,

there is a difference between copying and dragging. Dragging is also called "filling" formulas. At the URL that cLFlaVA posted (http://office.microsoft.com/en-us/excel/HA101556861033.aspx) you will find the following explanation:

Moving, copying, and filling structured references

All structured references remain the same when you copy or move a formula that uses a structured reference.

When you fill a formula, fully qualified structured references can adjust the column specifiers like a series as summarized in the following table.

So it basically means that the behavior you see is by design. If you want the reference to be absolute you should copy the formula and not drag/"fill" it.

link|flag
Thanks for the clarification. Unfortunately, unless I'm doing something wrong, even filling with CTRL adjusts the formulas like a series. Does it work for you? Looks like I'll just be copying. – TheDeeno Dec 12 '08 at 21:01
I adjusted the question to use the right semantics. – TheDeeno Dec 12 '08 at 21:02
This has nothing to do with pressing Ctrl or not. Just copy and paste the cell and you will the reference be the same. – divo Dec 12 '08 at 21:03
I'm with ya. Thanks. – TheDeeno Dec 12 '08 at 21:04
vote up 0 vote down

sounds like your still dragging/filling, aim for the bottom of the cell, not the corner. Ross

link|flag
vote up 0 vote down

It seems that if you hold down Ctrl while copying the formulas, it will remain static/absolute.

http://office.microsoft.com/en-us/excel/HA101556861033.aspx

link|flag
Hmm, well I had seen that link. It doesn't work for me though. I can manually copy and paste but I can't drag the columns horizontally. Have you verified this your self? I just wanna make sure I'm not doing anything wrong. – TheDeeno Dec 12 '08 at 20:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.