Search code examples
google-sheetsgoogle-sheets-formula

How can I make an automated filterede view based on content in a specific column?


I have a sheet with multiple tasks grouped by headers. Depending on whether a task is marked (with a timeinterval) I want the task to appear in a filterede reduced outcome.

So differens students will have different work sheets when filled out.

Hov can I make this "filtering" automatically?

Please take a look at my Example.


Solution

  • Try this in Desierd output sheet A1

    =FILTER('Actual sheet'!A:E; 'Actual sheet'!A:A<>"")
    

    enter image description here