Excel – Single cell with structured table references with Excel 2007

microsoft-excel-2007microsoft-excel-2010

I need to find the Excel 2007 syntax, for getting the cell (eg. 2nd row, 3rd column), in table reference flavor.

To be clear, ref to the Microsoft – Using structured references with Excel tables page. It is clearly possible to refer a cell, eg. =DeptSales[[#This Row], [ComAmt]]

but, what if I need just the 2nd row? =TableName[2, [ColumnName]]
I've tryed any syntax but no one works …please help me

thanks

Best Answer

You can only use structured table references where your 1 row AND A column are full of 'headers'. These references are designed to allow easy lookup of data on a 2-dimensional table:

=TableName[[#RowName],[ColumnName]]

If you need the 2nd row, 3rd column and you haven't structured your table in this way, you'll have to just use C2.

Related Question