Forum Discussion

warrevar's avatar
warrevar
Brass Contributor
Jul 24, 2019
Solved

Indirect Function - Referencing Table Columns

I know you can use the INDIRECT function to reference a cell from a different worksheet...   INDIRECT("'"&sheet&"'!"&name)   ...But I'm wondering if you can use it to reference a column heading i...
  • warrevar's avatar
    warrevar
    Jul 25, 2019

    SergeiBaklan Thank you!  I also needed to put the name of the table in quotes so this ended up being the final syntax...

     

    INDIRECT( "TableName" & "[" & ColumnName & "]") 

     

Resources