I have a master sheet of dates for multiple programs and projects. The layout of the sheet is:
Program | Project | Start Date | End Date
Each program is divided into hierarchies as such:
Program A
--Program A-1
----Program A-1 | Project A | Start Date | End Date
----Program A-1 | Project B | Start Date | End Date
----Program A-1 | Project C | Start Date | End Date
--Program A-2
----Program A-2 | Project A | Start Date | End Date
----Program A-2 | Project B | Start Date | End Date
----Program A-1 | Project C | Start Date | End Date
Program B
--Program B-1
----Program B-1 | Project A | Start Date | End Date
...and so on. Unfortunately the exact data is sensitive and cannot be shared so I hope this makes sense.
What I am looking to do is pull all Project A start and end dates from all sub-Programs into a new sheet that will automatically update if the master sheet is updated. So the end result I am looking for is:
Program A-1 | Project A | Start Date | End Date
Program A-2 | Project A | Start Date | End Date
Program B-1 | Project A | Start Date | End Date
I have been trying to use the INDEX formula to achieve this, but as a Smartsheet beginner it's a little above my head. I appreciate any help you can provide. Thank you!