jschomisch
New Member
- Joined
- Dec 19, 2023
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
I am trying to pull information from Workbook 1, and auto-fill into Workbook 2 by matching Week Number and Part Number. I almost got it with just using Index but it's counting the columns/rows (not sure honestly), but it's not 100% accurate.
Here's what I'm using now, with this formula though I need to change it weekly to pull the correct Week Number (the ones in red, I count by Columns; so I started in D and went to BE to get to 54 weeks).
=INDEX('P:\End Of Shift Report\Robot Production\[2024 Stocking Levels - Quantity Needed.xlsx]Yearly Total'!$D$6:$BE$17,1,$B$1)
Workbook 1: I want to match cell B1 and the Part Numbers in Column B to Workbook 2.
Workbook 2: Based On Working Week (B1), I want to fill column C with the data from to correct working week in Workbook 1.
Here's what I'm using now, with this formula though I need to change it weekly to pull the correct Week Number (the ones in red, I count by Columns; so I started in D and went to BE to get to 54 weeks).
=INDEX('P:\End Of Shift Report\Robot Production\[2024 Stocking Levels - Quantity Needed.xlsx]Yearly Total'!$D$6:$BE$17,1,$B$1)
Workbook 1: I want to match cell B1 and the Part Numbers in Column B to Workbook 2.
Workbook 2: Based On Working Week (B1), I want to fill column C with the data from to correct working week in Workbook 1.