Referencing the below example, I'm looking for a formula that can return values in other columns when the checkbox is marked in the first column. I have a sheet with many tasks pertaining to a project but only certain tasks are tracked by our executive team. In the example below they only want to see Date 1, Date 2 and Status for the tasks with checkboxes.
Currently our team is linking all rows for the desired 3 columns over to another sheet and applying a filter to only show the checked boxes. Every time we add a new project to the list it is a very manual process to add the 3 rows pertaining to the new project for tracking purposes. This is intentionally done in a sheet rather than a report due to conditional formatting that differs from the original sheet.
I tried: =INDEX({Date 1 Column},MATCH(1,{Checkbox Column},0) and got a #NOMATCH error.
I appreciate any help you can offer.