T
TKS_Mark
When copying formulas from one table to another, these formulas should refer
to data in the table they're being copied to. But instead, the formulas look
over their shoulders to where they came from. See the example:
Table named Table1.
Name Width Length Area
Floor 12 15 =[Width]*[Length]
If you just copy the lower right formula to a new table named Table2, you get
Name Width Length Area
Floor 20 19 =Table1[Width]*Table1[Length]
Now in Table2, it doesn't matter what you type in for length and width
because the formula is looking at Table1. Why can't the copy command know
that the destination location has those same column labels and use those
instead of looking over it's shoulder? Excel has always looked forward when
you paste formulas. A1*A2 will stay the same when you go from one sheet to
another. If you screw up and try to put your formula in a position that
can't have an A1*A2, it will change to REF!. That makes it obvious that you
have an error.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
to data in the table they're being copied to. But instead, the formulas look
over their shoulders to where they came from. See the example:
Table named Table1.
Name Width Length Area
Floor 12 15 =[Width]*[Length]
If you just copy the lower right formula to a new table named Table2, you get
Name Width Length Area
Floor 20 19 =Table1[Width]*Table1[Length]
Now in Table2, it doesn't matter what you type in for length and width
because the formula is looking at Table1. Why can't the copy command know
that the destination location has those same column labels and use those
instead of looking over it's shoulder? Excel has always looked forward when
you paste formulas. A1*A2 will stay the same when you go from one sheet to
another. If you screw up and try to put your formula in a position that
can't have an A1*A2, it will change to REF!. That makes it obvious that you
have an error.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions