How do you autofill cells containing table forumala nomenclature?

PQK

New Member
Joined
Sep 10, 2011
Messages
4
Dear Forum,

I recently created a simple dashboard that counts and sums various information from an excel 2007 data table. I can easily pick data from the table using table formula nomenclature (I think it is also called structured references)

Ex: SUMIFS(datatable[Variable1],datatable[Variable2],C$3)

However, when I attempt to copy the formula down/across, the variables in brackets [] moves to the next variable in the datatable. Thus, the above example (if autofilled to next cell to the left) would become:

Ex: SUMIFS(datatable[Variable2],datatable[Variable3],D$3)

Is there a way to freeze the datatable variables when the formula is copied across similar to using the $ before a column letter or row number?

Any help would be greatly appreciated!!!
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Welcome to the board.

Have you tried holding the Ctrl key down as you drag?

If that doesn't work, try copying the formula rather than dragging it.
 
Upvote 0
Dear Forum,

I recently created a simple dashboard that counts and sums various information from an excel 2007 data table. I can easily pick data from the table using table formula nomenclature (I think it is also called structured references)

Ex: SUMIFS(datatable[Variable1],datatable[Variable2],C$3)

However, when I attempt to copy the formula down/across, the variables in brackets [] moves to the next variable in the datatable. Thus, the above example (if autofilled to next cell to the left) would become:

Ex: SUMIFS(datatable[Variable2],datatable[Variable3],D$3)

Is there a way to freeze the datatable variables when the formula is copied across similar to using the $ before a column letter or row number?

Any help would be greatly appreciated!!!
This is one of the reasons I absolutely hate structured referencing. :mad:

Since you only have a single criteria you can just use SUMIF.

=SUMIF(INDIRECT("datatable[Variable2]"),C$3,INDIRECT("datatable[Variable1]"))
 
Upvote 0
Shg and T. Valko,

Thank you both for your replies!


I tried holding down the Ctrl key as a drag and, unfortunately, it didn’t work. Excel still changed the table variables in each subsequent cell that the structured reference formula was copied. I appreciate the tip however, and I will definitely keep it in mind for other applications.

Embedding the indirect function within my formula had the desired effect and I was able to click and drag the formula across multiple cells without worrying about Excel changing the values of my structured references. A bit cumbersome, but it works!

I find it perplexing that Microsoft didn’t have the forethought to create the same autofill functionality with its structured references that it uses in all other aspects of the program. At least an additional step like holding down the Ctrl key before autfilling would have been a great help. Sigh…

Well anyhow, thanks again for the responses!:)
 
Upvote 0
Shg and T. Valko,

Thank you both for your replies!

I tried holding down the Ctrl key as a drag and, unfortunately, it didn’t work. Excel still changed the table variables in each subsequent cell that the structured reference formula was copied. I appreciate the tip however, and I will definitely keep it in mind for other applications.

Embedding the indirect function within my formula had the desired effect and I was able to click and drag the formula across multiple cells without worrying about Excel changing the values of my structured references. A bit cumbersome, but it works!

I find it perplexing that Microsoft didn’t have the forethought to create the same autofill functionality with its structured references that it uses in all other aspects of the program. At least an additional step like holding down the Ctrl key before autfilling would have been a great help. Sigh…

Well anyhow, thanks again for the responses!:)
You're not the only one!

Thanks for the feedback! :cool:
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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