I've been playing with MATCH and VLOOKUP formulas, but I can't figure it out.
My target sheet contains (among other things) 3 columns:
- The SHEET NAMES of the sheets that I want to pull from
- START DATE (blank, want to auto-fill) for a particular task within the source sheet
- FINISH DATE (blank, want to auto-fill) for a particular task within the source sheet
For example:
- Sheet1Name | Start Date | Finish Date
- Sheet2Name | Start Date | Finish Date
How do I make column formulas for these date columns to reference the sheet that is named, search for the task name within that source sheet, and auto-fill the start and finish date for that task?
The task has the same name in all the source sheets.
Thank you!