My formula is;
=If(Table1[column1];"<01.03.2009") like that. when i want to copy it other
cells by draging with my mouse to the right cell,
it turns =If(Table1[column2];"<01.03.2009"). So the column reference chages
from "column1" to "column2".
I know that =If($A$1;"<01.03.2009") there will be no problem because with $
sign, i make it an absolute reference.
I cannot put a dollar sign in references like "Table1[column1]"
The problem is in excel 2007 table references. I also want to use excel
tables in the database that i used for formulas.
If i change the reference to like "A1", no problem, but i don't want to
change reference to a Cell. Because when i'm entering the data to database,
excel tables are heplful.
thank you for everbody...
Shane Devenshire said:
Hi,
I presume you are in Excel 2007 so your formulas are something like
=Table4[[#This Row],[Regions]]*3
If you want to use absolute cell references in this case change your
formulas by typing the cell addresses
=$C$4*3
If would help us if you showed us the formulas you are currently using.
--
If this helps, please click the Yes button.
Cheers,
Shane Devenshire
:
thank you for your help,
but i wonder if i can use $ sign? I want to copy the formula to more cells
by just draging with my mouse. I can do my job by copy and paste but in this
way i have to click on each cell that i want to copy the formula. how cannot
it be possible to use $ sign in reference to table columns like
"table1[column1]". I cannot understand this. did Microsoft missed that
special sign $ for absolute references...
:
Copy the formula from the formula bar(Right click).
OR
Copy from cell in Edit mode (F2)
If this post helps click Yes
---------------
Jacob Skaria
:
Hi,
I have a problem in copy formulas including refence to excel table columns.
In a normal formula I can use $ sign for ablosute reference, but in tables ı
can not use 4 sign. So when i want to copy formulas with absolute reference
of table column it chages to other columns.
How can i solve this problem?
thanks...