How to make a table reference absolute?....
I extracted a table from an Oracle db, which XL2007 automatically formats as a Table. No problem there.
However, when I wrote a sumproduct() formula where
=sumproduct((year(Table1[ReqstDate])=$A3)*(month(Table1[ReqstDate])=B$1)*(Table1[ReponseDate]>1))
The formula works fine in the first column. But when i copy it over to columns B thru whatever, it not only increments the cell references for the sumproduct summary but also increments the column heading references from the table.
For example:
Table1, column A is "ReqstDate"
Table1, column B is "ReponseDate"
Table1, column C is "Choice"
Table1, column C is "Choice2"
Table1, column C is "Choice3"
When I drag the sumproduct formula to the right, the 3rd column is changed to
=sumproduct((year(Table1[Choice])=$A3)*(month(Table1[Choice])=B$1)*(Table1[choice2]>1))
I extracted a table from an Oracle db, which XL2007 automatically formats as a Table. No problem there.
However, when I wrote a sumproduct() formula where
=sumproduct((year(Table1[ReqstDate])=$A3)*(month(Table1[ReqstDate])=B$1)*(Table1[ReponseDate]>1))
The formula works fine in the first column. But when i copy it over to columns B thru whatever, it not only increments the cell references for the sumproduct summary but also increments the column heading references from the table.
For example:
Table1, column A is "ReqstDate"
Table1, column B is "ReponseDate"
Table1, column C is "Choice"
Table1, column C is "Choice2"
Table1, column C is "Choice3"
When I drag the sumproduct formula to the right, the 3rd column is changed to
=sumproduct((year(Table1[Choice])=$A3)*(month(Table1[Choice])=B$1)*(Table1[choice2]>1))