Darren_workforce
Board Regular
- Joined
- Oct 13, 2022
- Messages
- 146
- Office Version
- 365
- Platform
- Windows
The source data would appear in the format above. I have 3 different files that would be setup identically named as: Joe Smith 2023.xlsx, Sally Johnson 2023.xlsx, Jack Kirby.xlsx. Each workbook has 12 worksheets (1 for each month spelled out in their entirety. Within each worksheet there are headers for each date "dd-mmm" (Ex: B1 in image). If we can avoid VBA, all the better as I am making this for someone else to use but because of the closed workbooks, I feel that VBA would be required.
My question is what's the easiest formula that would cross reference 3 pieces of information in a brand new workbook: a. The month in A2, b. The date in A4, c. The filenames (B2:B4). Once those are located, the source data from cell B3 (above image) would populate in cells c2:c4.
Thank you for all help in advance!!