Absolute references in Calculated Table columns

  • Thread starter Thread starter Humphrey
  • Start date Start date
H

Humphrey

I need to create an absolute reference in a calculated column so that when I
copy the formula across to subsequent columns the formula continues to refer
to the equivalent of $D4. How is this done using table columns? When I copy
now to the next column it applies a relative reference.
 
Can you be more specific? $D4 will always refer to Column D, but the
row will remain relative. $D$4 will always refer to D4.
 
$D4 is a combination of an absolute column address ($D) and a relative row
address(4). If you want to reference D4 always, use $D$4.

Tyro
 
What I was after was an absolute reference using the table nomenclature ie,
Table_CBCC_Data[[#This Row],[dateBudget]]. Is there a table formula
equivalent in 2007 to $D4, something like Table_CBCC_Data[[#This
Row],$[dateBudget]].
 
What I was after was an absolute reference using the table nomenclature ie,
Table_CBCC_Data[[#This Row],[dateBudget]].  Is there a table formula
equivalent in 2007 to $D4, something like Table_CBCC_Data[[#This
Row],$[dateBudget]].  



Humphrey said:
I need to create an absolute reference in a calculated column so that when I
copy the formula across to subsequent columns the formula continues to refer
to the equivalent of $D4.  How is this done using table columns?  When I copy
now to the next column it applies a relative reference.- Tekst uit oorspronkelijk bericht niet weergeven -

- Tekst uit oorspronkelijk bericht weergeven -

Humprey,

I've got the same problem and no direct answers. The simple $ trick
still works but is not what we want.
Im using 12 colomns with for the monthly turnover calculations
(sumproducts) and some colomns with input for this calculations. The
input colomns need an absolute reference in the sumproduct. Using the
new tableformat i can't copy one month over all twelve. I have to
manualy correct the formula or loose the new tabel functionality and
use the old $ trick.

For now I've a small issue (12 corrections is overseeable) but i have
to do the same exercise over 52 weeks and next all working days later
on.....

I hope adding the same problem in different words will help.
 
Back
Top