google-sheetsspreadsheet

Filtering data from other google Spreadsheet sheet based on a combo value from other sheet in the same spreadsheet


I have tried a lot of times to solve an issue. I want to know why my filter doesn't work properly. The objective is collect/filter a column's values from other sheet ("JARDIM BOTÂNICO") when I change the combo at cell C3.

See a screenshot of my Google spreadsheet.

Screenshot from a Google Spreadsheet


Solution

  • Use this in place of concatenate:

    indirect(C3&"!A3:A")