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!!!
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!!!