Forum Discussion

Carlos_Ney_Filho's avatar
Carlos_Ney_Filho
Copper Contributor
Jan 11, 2019
Solved

INDEX MATCH DATA VALIDATION and Growing Table

I have a table that contains a list of information that I want to use to fill two columns in another table.   Table1 has headers that I'll use in the first data validation list; Every header conta...
  • SergeiBaklan's avatar
    Jan 11, 2019

    Hi Carlos,

     

    I guess that's since your names were not updated when you modified first table. Instead of names I'd suggest to use references on tables

    =INDIRECT("Subcategory[#Headers]")
    
    and
    
    =INDIRECT("Subcategory[" & INDIRECT("Transactions[@Category]") &"]")

Resources